docker redis安装

docker pull redis:5

docker run --name myredis -d redis:5 -p  6379:6379

安装可视化工具: https://github.com/luin/medis

原文地址:https://www.cnblogs.com/liucuiqiang/p/11527607.html