🌰 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 redisThree redis node will be established:
- Master:
sudoo-redis-master:6379 - Slave:
sudoo-redis-slave:6379 - Sentinel:
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
make redis-master
make redis-slaveTo Stop the CLI instances run
make stop-cli
For development, you can start a singler instance by:
make singlerA Redis instance will be hosted on localhost:6379.
To Stop the Singler instance run
make stop-singler