Redis is a versatile and fast data store that supports strings, hashes, lists, sets, streams, and more. It also offers programmability, extensibility, persistence, clustering, and high availability features, as well as Redis Stack for modern data models and processing engines.
Redis Commander is a web-based management tool for Redis. It is a simple and intuitive tool that allows you to interact with Redis, monitor key space, and execute commands.
Navigate to http://localhost:8081 to access the Redis Commander UI.
Inside the standalone
directory, run docker-compose up
to start the connector.
6379
- Master Redis port6380
- Slave Redis portAll the configurations are available in the standalone/conf
directory.
redis.conf
- Master Redis configuration fileredis-replica.conf
- Replica Redis configuration fileredis-commander.json
- Redis Commander configuration filestandalone/data
- Master Redis data directorystandalone/data-replica
- Replica Redis data directory