:chestnut: Redis for Node
Sudoo Redis also an example cheat sheet for redis structure hosting
To Visit the Sentinel instance, your application must be running under docker sudoo-redis-network network.
make redis
Three redis node will be established:
sudoo-redis-master:6379sudoo-redis-slave:6379sudoo-redis-sentinel:26379Again, these address are alias host name of nodes, they are running under sudoo-redis-network network.
To Stop the Sentinel Nodes instances run
make stop-redis
Redis-CLImake redis-master
make redis-slave
To Stop the CLI instances run
make stop-cli
For development, you can start a singler instance by:
make singler
A Redis instance will be hosted on localhost:6379.
To Stop the Singler instance run
make stop-singler