Why another .Net Redis client? Well I was having issues with some of the others when using Async and .Net Core... so I created one (of cource). The goal is to be unencumbered by the past, specifically targetting Async only and .Net Core. So please do not ask to add sync versions of APIs or test on anything other than .Net Core projects (although I have done some light testing with .Net 4.62 full framework).
Redis.NetCore is on nuget:
https://www.nuget.org/packages/Redis.NetCore
Install-Package Redis.NetCore -Pre
- Async all the way
- Connection pool with multiplexed connections
- Pipelines
- Current support of redis feature set (Strings, Keys, Connection) (working on adding full support over time.)
Coming soon...
- Please submit an issue first!
- If appropriate, submit a pull request.