PeanutButter
|
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...
Public Member Functions | |
Task< string > | Fetch () |
Attempts to fetch the 3.2.100 release of redis from microsoft archives on github & return the path to the downloaded, extracted redis-server.exe. |
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.
Task< string > PeanutButter.TempRedis.IRedisDownloader.Fetch | ( | ) |
Attempts to fetch the 3.2.100 release of redis from microsoft archives on github & return the path to the downloaded, extracted redis-server.exe.
Implemented in PeanutButter.TempRedis.MicrosoftRedisDownloader.