
Redis
redis 环境搭建
飞翔的小码
这个作者很懒,什么都没留下…
展开
-
Redis 集群(哨兵模式)一主二从Sentinel监控配置
本文基于Redis单实例安装安装https://blog.youkuaiyun.com/qq_34789780/article/d开启哨兵模式,至少需要3个Sentinel实例(奇数个,否则无法选举Leader)。本例通过3个Sentinel实例监控3个Redis服务(1主2从)。IP地址 节点角色&端口192.168.8.203 Master:6379 / Se...原创 2019-10-14 20:27:52 · 626 阅读 · 0 评论 -
Redis 操作
Redis键的基本操作。命令参考:http://redisdoc.com/index.html原创 2019-10-10 21:58:45 · 123 阅读 · 0 评论