Skip to content
/ redis Public

Self host redis configurations with ACL lists and todos

Notifications You must be signed in to change notification settings

nyctonio/redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Host your self managed redis instance.

docker build -t <your username>/redis .
eg -> docker build -t nio/redis .

run the docker file using
docker run --name redis -p 6379:6379 -d nio/redis

install redis-cli to interact internally

Create ACL Users for the redis

connect to the redis

docker exec -it redis redis-cli

ACL LIST - this will list all the users
ACL SETUSER <username> on ><password> ~* &* +@all      -- create new user

About

Self host redis configurations with ACL lists and todos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published