码迷,mamicode.com
首页 > 系统相关 > 详细

linux下 redis 启动

时间:2017-04-12 13:50:37      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:redis   stop   art   set   top   cmd   启动   关闭   bsp   

启动文件 startredis.sh  : 

nohup /data/redis/bin/redis-server /data/redis/etc/redis.conf &

关闭文件 stopredis.sh  :

nohup /data/redis/bin/redis-cli -p 6379 -a Cb201609(redis密码) shutdown &

 

 

Windows下cmd

#redis 密码配置
cd d:\programs\redis
redis-cli -h 127.0.0.1 -p 6379 -a Cb201609(密码)
config set requirepass Cb201609
config get requirepass

linux下 redis 启动

标签:redis   stop   art   set   top   cmd   启动   关闭   bsp   

原文地址:http://www.cnblogs.com/beyang/p/6698146.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!