码迷,mamicode.com
首页 > 其他好文 > 详细

Redis 创建多个端口 链接redis端口

时间:2018-10-19 18:45:06      阅读:305      评论:0      收藏:0      [点我收藏+]

标签:oca   title   tle   多个   ber   usr   logs   roo   端口   

默认的是6379

可以用6380,6381开启多个

1.开启

./redis-server ../etc/redis.6380.conf &

2.链接

redis-cli -p 6380

查看进程

# ps aux|grep redis
root       866  0.0  0.0  45536  4520 ?        Ssl  11:51   0:04 /usr/local/redis/bin/redis-server 127.0.0.1:6379
jiqing    9847  0.0  0.0  43492  3828 ?        Ssl  13:17   0:00 ./redis-server 127.0.0.1:6380


Redis 创建多个端口 链接redis端口

标签:oca   title   tle   多个   ber   usr   logs   roo   端口   

原文地址:https://www.cnblogs.com/pansidong/p/9818082.html

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