Redis是一种内存存储(in-memory)数据结构存储,可以用做数据库、Cache和消息队列 。下面是搜小知识小编收集整理的Redis服务器的启动和停止 , 希望对大家有帮助~~
Redis服务器的启动和停止工具/原料
Redis
Linux
方法/步骤
【Redis服务器的启动和停止】使用Redis内置的配置进行启动
命令:
redis-server &
文章插图
看看启动情况
Output:
2403:M 08 Apr 19:34:32.505 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
2403:M 08 Apr 19:34:32.506 # Server started, Redis version 3.0.6
2403:M 08 Apr 19:34:32.506 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
2403:M 08 Apr 19:34:32.506 * DB loaded from disk: 0.000 seconds
2403:M 08 Apr 19:34:32.506 * The server is now ready to accept connections on port 6379
文章插图
如果需要指定监听端口呢
命令:
redis-server --port 8888 &
文章插图
使用脚本启动
将redis源代码下的文件utils/redis_init_script改名为redis_6380
然后将redis_6380复制到/etc/init.d/目录
来看下redis_init_script来内容
REDISPORT=6379
EXEC=/usr/local/bin/redis-server
CLIEXEC=/usr/local/bin/redis-cli
PIDFILE=/var/run/redis_${REDISPORT}.pid
CONF="/etc/redis/${REDISPORT}.conf"
因为redis_6380文件的名字中的端口号是6380 ,
REDISPORT=6379改为REDISPORT=6380
创建两个文件夹:
/var/run/
和
/etc/redis/
将redis源码目录下的redis.conf文件copy到/etc/redis目录 ,
然后改名为6380.conf
将port后面的端口号6379改为6380
文章插图
启动redis服务器
命令:
/etc/init.d/redis_6380 start&
文章插图
如果觉得使用脚本启动比较麻烦 , 则可以这样实现上面的脚本启动
命令:
redis-server /etc/redis/6380.conf
查看一下启动的Redis实例
命令:
ps -ef|grep redis
文章插图
如何停止Redis服务器呢?
脚本启动的的停止方式
命令:
/etc/init.d/redis_6380 stop
文章插图
如果不是使用脚本启动则需要使用redis-cli shutdown命令来停止
命令:
redis-cli -p 8888 shutdown
redis-cli -p 6379 shutdown
文章插图
- 怎样更改电脑鼠标箭头
- 讽刺微信朋友圈的说说句子
- 如何用AMD显卡的高性能模式运行LOL
- 台式机显卡70度正常吗
- 鼠标右键坏了怎么代替
- 圆的弧长公式,圆的弧长公式和扇形面积公式
- 猫捉老鼠狗看门,猫捉老鼠狗看门的歇后语
- 核糖核苷酸,核糖核苷酸和脱氧核糖核苷酸区别
- 【就爱时尚】瞧,今年流行的“针织衫”,搭配牛仔裤和半身裙,40岁穿了显气质
- 没有PS的年代里,1993年的杨丽萍有多惊艳?35岁颜值吊打众多女星