2881099 / csredis

.NET Core or .NET Framework 4.0+ client for Redis and Redis Sentinel (2.8) and Cluster. Includes both synchronous and asynchronous clients.
MIT License
2.01k stars 414 forks source link

csredis 有没有StackExchange.Redis StringIncrementAsync 相同的函数 #463

Open stuyun opened 1 year ago

stuyun commented 1 year ago

csredis 有没有StackExchange.Redis StringIncrementAsync 相同的函数

2881099 commented 1 year ago

http://redisdoc.com/string/index.html

你应该先了解 redis 命令,而不是只认识框架的 api。

其他语言,api 命名和 csredis FreeRedis 保持一致,因此了解 redis 命令就会用 client。

FreeRedis 是全新重构的 RedisClient,用法与 csredis 差不多。