Sudoo-Redis

Build Status codecov npm version downloads

:chestnut: Redis for Node

Cheat Sheet

Sudoo Redis also an example cheat sheet for redis structure hosting

Start Redis within Sentinel Mode

To Visit the Sentinel instance, your application must be running under docker sudoo-redis-network network.

make redis

Three redis node will be established:

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

Access Redis Node by Redis-CLI

make redis-master
make redis-slave

To Stop the CLI instances run make stop-cli

Start Singler Instances

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