# 五.使用 Redis

前言

Redis 这里作为一个 Key-Value 数据库案例

# 1.安装过程

# 1.1 获取镜像

docker pull redis:latest
1

# 1.2 获取容器

# 1.3 完成安装

# 2.其他问题