💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
### 启动多实例 复制配置文件: ``` 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 ```