容器:
docker ps
查看
docker logs -f --tail=1000
docker exec -it 65e888207e6e redis-cli
auth 123456 密码
flushall 清除所有
keys * 所有
exit 退出