Skip to content

amruthavarshinic/redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Redis :

Update and Install redis server

# apt update
# apt install redis-server
# sed -i -e 's/127.0.0.1/0.0.0.0/' /etc/redis/redis.conf

Finally start the service once to effect the changes by the below cammand.

# systemctl restart redis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published