摘要:
连接客户端 ./redis-cli -h 127.0.0.1 -p 6379 验证密码 auth password 查看所有信息 info 查看连接数 info clients 查看最大连接数 config get maxclients 连接情况统计 info stats 阅读全文
posted @ 2017-03-30 23:35
旋转的梦
阅读(192)
评论(0)
推荐(0)
摘要:
分布式锁切面类 阅读全文
posted @ 2017-03-30 19:58
旋转的梦
阅读(660)
评论(0)
推荐(0)
摘要:
Properties properties = new Properties();InputStream in = ClassLoader.class.getResourceAsStream("/config/application-time.properties"); if (in == null 阅读全文
posted @ 2017-03-30 15:05
旋转的梦
阅读(679)
评论(0)
推荐(0)