.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:
本文作者:陈群
本文来自云栖社区合作伙伴rediscn,了解相关信息可以关注redis.cn网站。