摘要:
redis安装配置文档 # 非常详细redis的介绍 http://blog.chinaunix.net/uid-790245-id-3766268.html wget http://redis.googlecode.com/files/redis-2.6.10.tar.gz tar zxvf re 阅读全文
posted @ 2016-12-15 20:49
程序员同行者
阅读(219)
评论(0)
推荐(0)
摘要:
./redis-cli -h 10.10.10.11 -p 6401 save # 保存当前快照 # 列出所有当前配置 config get * # 查看指定配置 config get maxmemory # 动态修改配置参数 config set maxmemory 15360000000 阅读全文
posted @ 2016-12-15 20:49
程序员同行者
阅读(1164)
评论(0)
推荐(0)
摘要:
redis的info http://redis.readthedocs.org/en/latest/server/info.html INFO INFO [section] 以一种易于解释(parse)且易于阅读的格式,返回关于 Redis 服务器的各种信息和统计数值。 通过给定可选的参数 sect 阅读全文
posted @ 2016-12-15 20:49
程序员同行者
阅读(136)
评论(0)
推荐(0)
浙公网安备 33010602011771号