合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
### 启动多实例 复制配置文件: ``` cp /usr/local/etc/redis.conf /usr/local/etc/redis6480.conf ``` 配置文件修改端口: ``` port 6380 ``` 根据配置文件启动: ``` redis-server /usr/local/etc/redis6380.conf ``` 查看: ``` 501 11265 11198 0 9:20上午 ttys000 0:08.18 redis-server *:6379 501 12917 12843 0 1:57下午 ttys001 0:00.00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn redis 501 12914 11973 0 1:57下午 ttys002 0:00.02 redis-server 127.0.0.1:6380 ```