.NET 4.0 thread-safe asynchronous Redis client. Supports pipelining, Redis channels, has built-in serializer and clients pool. Can be used along with async/await pattern.
Wiki pages are available
- Thread-safe asynchronous architecture
- Easy to use pub/sub api. Works directly on the level of Redis commands.
- Pipelining support
- Serialization support
- Clients pool support
- [Connection string] (https://github.com/andrew-bn/RedisBoost/wiki/Connection-strings) support
- [Benchmark tests] (https://github.com/andrew-bn/RedisBoost/wiki/Benchmark) provided
You can install RedisBoost via NuGet: