Redis 开启多个实例 2021-06-02 Redis, 笔记 Redis 开启多个实例备份redis.conf配置文件 1cp /etc/redis.conf /etc/redis_6380.conf 修改redis_6380.conf 12345vim /etc/redis_6380.conf 修改端口号 port 修改 pidfile 修改 logfile 修改 dbfilename 启动6380端口实例 1redis-server /etc/redis_6380.conf &