Skip to content

SudoDotDog/Sudoo-Redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoo-Redis

Build Status codecov npm version downloads

🌰 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:

  • 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

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

About

🌰 Redis for Node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published