随笔分类 -  redis

摘要:一,redis的官网: https://redis.io/ redis6于5月3日正式发布,它的新增功能: acl 多线程io cluster proxy resp3协议 本文演示redis6.0.1的安装 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouc 阅读全文
posted @ 2020-05-05 11:44 刘宏缔的架构森林 阅读(8568) 评论(0) 推荐(6) 编辑
摘要:一,当前redis cluster的node情况: 我们的添加删除等操作都是以这个cluster作为demo cluster采用六台redis,3主3从 redis1 : ip: 172.17.0.2 redis2 : ip: 172.17.0.3 redis3 : ip: 172.17.0.4 r 阅读全文
posted @ 2020-04-16 18:40 刘宏缔的架构森林 阅读(1671) 评论(0) 推荐(0) 编辑
摘要:一,规划 redis cluster 1,cluster采用六台redis,3主3从 redis1 : ip: 172.17.0.2 redis2 : ip: 172.17.0.3 redis3 : ip: 172.17.0.4 redis4 : ip: 172.17.0.5 redis5 : ip 阅读全文
posted @ 2020-04-16 17:36 刘宏缔的架构森林 阅读(1321) 评论(0) 推荐(0) 编辑
摘要:一,规划三台redis的ip:一主二从 redismaster01: 172.18.1.1 主 redisslave01: 172.18.1.2 从 redisslave02: 172.18.1.3 从 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch. 阅读全文
posted @ 2020-03-17 15:43 刘宏缔的架构森林 阅读(723) 评论(0) 推荐(0) 编辑
摘要:一,创建redis的数据和日志目录: [root@yjweb data]# mkdir /data/redis6379 [root@yjweb data]# mkdir /data/redis6379/data [root@yjweb data]# mkdir /data/redis6379/log 阅读全文
posted @ 2020-03-14 10:54 刘宏缔的架构森林 阅读(712) 评论(0) 推荐(0) 编辑
摘要:一,监控redis-server上正在执行的命令 1,打开a终端: [root@yjweb log]# /usr/local/soft/redis5/bin/redis-cli -h 127.0.0.1 -p 6379 monitor OK 2,打开b终端: [webop@yjweb ~]$ /us 阅读全文
posted @ 2020-03-14 10:29 刘宏缔的架构森林 阅读(612) 评论(0) 推荐(0) 编辑
摘要:一,创建日志的备份目录 [root@yjweb crontab]# mkdir /data/logs/redislogsbackup 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https://blog.imgtouch.com/in 阅读全文
posted @ 2020-03-12 10:50 刘宏缔的架构森林 阅读(1259) 评论(0) 推荐(0) 编辑
摘要:一,下载phpredis 1,官方下载地址: https://github.com/phpredis/phpredis/releases 2,wget下载 [root@yjweb source]# wget https://github.com/phpredis/phpredis/archive/5 阅读全文
posted @ 2020-03-10 16:24 刘宏缔的架构森林 阅读(1627) 评论(0) 推荐(0) 编辑
摘要:一,下载: 1,下载页面: https://redis.io/ 2,下载 [root@localhost source]# wget http://download.redis.io/releases/redis-5.0.7.tar.gz 说明:架构森林是一个专注架构的博客, 网站:https:// 阅读全文
posted @ 2020-02-18 10:57 刘宏缔的架构森林 阅读(18778) 评论(5) 推荐(0) 编辑