PeanutButter
Loading...
Searching...
No Matches
PeanutButter.TempRedis.IRedisDownloader Interface Reference

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...

Inheritance diagram for PeanutButter.TempRedis.IRedisDownloader:
PeanutButter.TempRedis.MicrosoftRedisDownloader

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.

Detailed Description

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.

Member Function Documentation

◆ Fetch()

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.

Returns

Implemented in PeanutButter.TempRedis.MicrosoftRedisDownloader.


The documentation for this interface was generated from the following file:
  • source/TempDb/PeanutButter.TempRedis/MicrosoftRedisDownloader.cs