./redis-cli -h 10.10.10.11 -p 6401 save # 保存当前快照 # 列出所有当前配置config get * # 查看指定配置config get maxmemory # 动态修改配置参数config set maxmemory 15360000000