摘要: #安装目录 #在安装redis成功后,你将可以在/data/apps/redis看到一个bin的目录,里面包括了以下文件: redis-server:Redis服务器的daemon启动程序redis-cli:Redis命令行操作工具。或者通过telnet进行纯文本协议操作redis-benchmar 阅读全文
posted @ 2016-07-02 15:48 joshua317 阅读(7084) 评论(0) 推荐(1)
摘要: ##redis配置详解 # Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file path as first argument: # # ./redis-server /path/to/redis... 阅读全文
posted @ 2016-07-02 14:10 joshua317 阅读(55151) 评论(0) 推荐(1)