C#操作Redis

一 、可视化工具RedisClient 和 fastoredis 【开发测试的时候使用比较好】

https://github.com/caoxinyu/RedisClient
https://fastoredis.com/

 

二、相关的包

C#操作Redis包:StackExchange.Redis  https://github.com/StackExchange/StackExchange.Redis

StackExchange.Redis的强类型扩展 StackExchange.Redis.Extensions 

   https://github.com/imperugo/StackExchange.Redis.Extensions

   https://stackexchange-redis-extensinos.gitbook.io/stackexchange-redis-extensions/ 使用文档

分布式缓存:Microsoft.Extensions.Caching.Redis

 

三、StackExchange.Redis连接问题

1. Socket连接过多的问题导致sdk挂掉。

解决方案: 全局唯一的connection
自己定义connection连接池

posted @ 2020-05-18 16:31  前线码农  阅读(291)  评论(0编辑  收藏  举报