Redis examples with nodejs for learning purpose
Install Redis with the below command
npm i redis
##Steps to connect Redis Steps to connect Redis client/server from local
Run redis server
redis-server
To run redis cli
redis-cli
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.