Initial commit

This commit is contained in:
谢洪龙
2017-08-23 14:09:21 +08:00
commit 2627e2f5c4
231 changed files with 16861 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#安装
tar -zxvf redios-3.0.3.tar.gz
cd redios-3.0.3.tar.gz
make && make install
#启动服务&表示后台运行
cd /usr/local/redis-3.0.3/src
redis-server &或者 redis-server redis.conf &
#停止redis服务
redis-cli shutdown
#客户端连接
redis-cli
#验证密码
auth 123456