简介
1.
安装
2.
配置
3.
服务器与客户端
4.
数据操作
4.1.
string
4.2.
键命令
4.3.
hash
4.4.
list
4.5.
set
4.6.
zset
5.
与python交互
5.1.
方法
5.2.
string-增加
5.3.
string-获取
5.4.
string-修改
5.5.
string-删除
5.6.
获取键
6.
搭建主从
7.
搭建集群
7.1.
配置机器1
7.2.
配置机器2
7.3.
创建集群
7.4.
Python交互
8.
总结与作业
Published with GitBook
NoSQL简介
搭建集群
当前拥有两台主机192.168.12.107、192.168.12.84,这里的IP在使用时要改为实际值
参考阅读
redis集群搭建
【Python】搭建redis集群