This repo contains a docker-compose file that contains exposed redis
and redis-commander
services.
- Run redis with commander
docker-compose up
. - In redis commander select third db with
select 3
. - Run sample
node index
. - Inspect logs and redis commander :)
- Base on this stackoverflow answer.