前言
Redis 这里作为一个 Key-Value 数据库案例
docker pull redis
docker run -itd --name redis-test -p 6379:6379 redis
← 四.使用 mongodb 六.使用 Mysql →