: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:6379
sudoo-redis-slave:6379
sudoo-redis-sentinel:26379
Again, 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-CLI
make 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