|
PeanutButter
|
Classes | |
| interface | IRedisDownloader |
| Attempts to download the Microsoft-built redis server 3.2.100 from https://github.com/microsoftarchive/redis/releases/tag/win-3.2.100 which is adequate for testing on a windows machine. More... | |
| class | MicrosoftRedisDownloader |
| class | DownloadFailedException |
| class | RedisExecutableFinder |
| Attempts to find a redis-server executable for TempRedis. More... | |
| class | RedisWindowsServiceFinder |
| Utility to try to find the path to the MySQL service binary on Windows. | |
| interface | ITempRedis |
| Provides a temporary, disposable Redis instance levering off of a locally installed redis-server installation or binary within the path. More... | |
| class | TempRedisOptions |
| Options for construction of a TempRedis instance. More... | |
| class | TempRedis |
| class | ConnectionMultiplexerFacade |
| interface | ITempRedisFactory |
| Describes a TempRedis leasing factory. More... | |
| class | TempRedisFactory |
Enumerations | |
| enum | RedisLocatorStrategies { FindInPath = 1 , FindAsWindowsService = 2 , DownloadForWindowsIfNecessary = 4 } |
| Strategies for resolving a temporary redis server executable. More... | |
Strategies for resolving a temporary redis server executable.