php安装redis扩展
摘要:yum -y install gitgit clone https: github com phpredis phpredis git && cd phprediswhereis phpize usr bin phpize 以自己 2021-08-17 17:19:26 · 阅读全文
docker安装redis方法
摘要:查看docker下redis更新到的版本:https: hub docker com _ redis?tab=tagsdocker pull redis:latest 拉取镜像docker images 查看镜 2021-08-13 18:07:59 · 阅读全文
redis快照关闭导致不能持久化的问题
摘要:程序执行过程中redis报不能持久化错误。解决方法:1 修改配置文件:vi redis confstop-writes-on-bgsave-errorno 把后面的yes设置为 2020-06-24 10:31:12 · 阅读全文
redis 搭建sentinel 无法主从自动切换 一直卡在-sdown sentinel
摘要:今天 搭建redis sentinel 一直卡在-sdown sentinel ,无法主从自动切换。配置如下:port 26379daemonize yeslogfile " home redis 2017-02-16 18:31:17 · 阅读全文
redis报错 [ERR] Node 192.168.0.201:7001 is not empty. Either the node already
摘要:redis启动集群报错:[ERR] Node 192 168 0 201:7001 is not empty Either the node already knows other nodes (check with 2017-02-15 11:55:56 · 阅读全文
Linux 编译安装redis3.2.6
摘要:Linux 安装redis3 2 61 编译安装[root@localhost ~] yum -y install gcc gcc-c++ libstdc++-devel tcl wget vim tree gcc gcc 2017-02-14 16:37:11 · 阅读全文
redis命中率不高
摘要:下面是今日性能测试中遇到的问题,总结如下。1、 问题测试某接口时发现redis中的keyspace_misses一直在增加,即未命中数一直增加。2、解决 2017-02-14 08:56:42 · 阅读全文