标签:进入 append color daemonize 安装 style 端口 -- 必须
redis-cli -h 127.0.0.1 -p 6378 -a 123
docker run -p 6378:6378 -v $PWD/data/redis.conf:/etc/redis/redis.conf -v $PWD/data:/data
-d --name myredis redis
redis-server /etc/redis/redis.conf
--appendonly yes
进入已经启动的redis:
docker ps
docker exec -it df1 redis-cli -p 6378 -a 123 //端口6378,redis.conf中,设置的requirepass为123/daemonize必须为NO
标签:进入 append color daemonize 安装 style 端口 -- 必须
原文地址:https://www.cnblogs.com/qiyc/p/9802188.html