使用docker搭建
docker run -d --name gps180_redis \ -v /etc/localtime:/etc/localtime:ro \ -p 6379:6379 \ redis
← 基础工作 Kafka搭建 →