Redis客户端汇总.(NET Redis client library)   Created: -2016年5月8日星期日 01:21:44 Latest updated:2025年10月2日星期四 14:54:52 views(2658)  1.RedisDesktopManager 跨平台Redis客户端 http://redisdesktop.com/ https://github.com/uglide/RedisDesktopManager 2.Redis - M
How to Install Redis on Windows server   Created: -2019年6月8日星期六 17:52:57 Latest updated:2025年9月2日星期二 21:31:13 views(3735)  How to Install Redis on Windows server
How to Install Redis on Windows 10   Created: -2019年5月5日星期日 20:41:07 Latest updated:2025年8月15日星期五 01:05:37 views(3051)  Redis 4.0.14 for Windows
How to Install or Uninstall Redis on Ubuntu 18.04   Created: -2019年10月5日星期六 11:11:15 Latest updated:2024年10月25日星期五 16:01:17 views(8138)  How to Install or Uninstall Redis on Ubuntu 18.04
StackExchange.Redis 官方操作手册中文翻译版(收录)   Created: -2016年7月13日星期三 22:21:25 Latest updated:2021年9月9日星期四 04:15:44 views(2798)  Redis Command Reference 和 Redis Documentation 的中文翻译版
full HTML cache for ASP.NET Core 1.0 using REDIS   Created: -2016年8月5日星期五 13:54:42 Latest updated:2020年10月11日星期日 11:43:19 views(3196)  http://zablo.net/blog/post/asp-net-core-redis-html-cache Previous versions of ASP.NET MVC framework had out-of-the-bo
Redis key design for real-time stock application   Created: -2016年6月15日星期三 13:14:24 Latest updated:2020年9月29日星期二 15:50:56 views(2226)  I am trying to build a real-time stock application. Every seconds I can get some data from web service like be
Redis优化性能实践(3):选择高效的 数据序列化方法 serialize, msgpack, json, hprose 性能比较   Created: -2018年1月18日星期四 03:30:48 Latest updated:2020年9月29日星期二 12:20:05 views(3386)  最近弄 Redis ,涉及数据序列化存储的问题,对比了:JSON, Serialize, Msgpack, Hprose 四种方式 1. 对序列化后的字符串长度对比:测试代码: $arr = [0, 1, 2, 'a', 'b', 'c
Redis有四种序列化方式   Created: -2016年7月4日星期一 13:10:48 Latest updated:2020年9月28日星期一 18:20:15 views(2542)  Serialization To offer the opportunity to store a class into Redis, that class must be serializable; right now there ar
StackExchange.Redis-发布订阅(pub/sub)   Created: -2020年6月17日星期三 21:07:07 Latest updated:2020年6月17日星期三 21:10:44 views(2573)  Redis 发布订阅 (pub/sub) 是一种消息通信模式,可以用于消息的传输,Redis 的发布订阅机制包括三个部分,发布者,订阅者和 Channel。适宜做在线聊天、消息推送等。