Rediska is Redis client for .NET with a focus on flexibility and extensibility.
- Keys, Strings, Transactions, Sets, Server, Lists, HyperLogLog, Hashes commands
- Async API
- Easy way to handle command response differently
- Easy way to write custom commands, e.g. for Redis modules
- RESP 2 support, allows to build a proxy
- Full set of commands
- Pipelining
- PubSub support
- Redis Cluster support (not implemented yet)
- Redis Client Side Caching support (not implemented yet)
NuGet package will be added soon.
The project currently in active development stage.