Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 392 Bytes

PALY WITH REDIS

This is a simple redis setup with docker-compose.

USAGE

docker-compose up

# Download RedisInsight from https://redislabs.com/redisinsight/
# Connect to redis using the following connection string <redis://localhost:6379> with password <password>

# Connect to redis using redis-cli
docker compose exec -it redis redis-cli -h 127.0.0.1 -p 6379 -a password