Questions tagged «redis»

0
如何让redis在本地工作?
我有一个redis数据库。现在我需要让它在本地工作。我的意思是我希望它只能在我的本地机器上访问。没有网络请求。我该怎么做? 我找到了redis.conf,内容如下: # If you want you can bind a single interface, if the bind option is not # specified all the interfaces will listen for incoming connections. bind 127.0.0.1 行 bind 127.0.0.1 之前评论过。我重启了redis service redis restart,但我仍然可以通过网络读取redis。
2 local  redis 

1
故障转移后,原始Redis Master不会成为“好”的从站
我已经在每个节点上设置了一个3节点HA redis集群,其中包含Sentinel监视器。 我有以下配置: RedisA - 大师 RedisB - 副本 RedisC - 副本 与3名哨兵一起观看大师。 一切正常(我保持所有哨兵,所以没有法定人数问题): 一世 停 该 RedisA 过程,它故障转移到 RedisB 对于 主 。 我停下 RedisB 它将故障转移和制造 RedisC 主 。 带回 RedisA 和 RedisB , 他们成为 副本 正如所料。 我停下 RedisC , RedisB 变 主 。 只有 RedisB 和 RedisA 向上 , …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.