| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
FSharp.Control.Redis.Streams is a library dedicated to bridging Redis Streams with .NET Streaming technologies.
Currently Supported:
| MacOS/Linux | Windows |
|---|---|
| No Redis 5.0 Support On Windows | |
| No Redis 5.0 Support On Windows |
| Package Name | Stable | Prerelease |
|---|---|---|
| FSharp.Control.Redis.Streams | ||
| FSharp.Control.Redis.Streams.Akka | ||
| FSharp.Control.Redis.Streams.Hopac | ||
| FSharp.Control.Redis.Streams.Reactive |
Make sure the following requirements are installed in your system:
Stand up redis via docker:
docker-compose upBuild:
> build.cmd // on windows $ ./build.sh // on unix
The WatchTests target will use dotnet-watch to watch for changes in your lib or tests and re-run your tests on all TargetFrameworks
./build.sh WatchTests
git add . git commit -m "Scaffold" git remote add origin origin https://github.com/user/MyCoolNewLib.git git push -u origin master
paket config add-token "https://www.nuget.org" 4003d786-cc37-4004-bfdf-c4f3e8ef9b3a
Then update the RELEASE_NOTES.md with a new version, date, and release notes ReleaseNotesHelper
#### 0.2.0 - 2017-04-20 * FEATURE: Does cool stuff! * BUGFIX: Fixes that silly oversight
./build.sh Release
To format code run the following target
./build.sh FormatCode
This uses Fantomas to do code formatting. Please report code formatting bugs to that repository.
| Back | FazBrowse Home | New Git URL |