/Redis-Examples

Redis examples with nodejs

Primary LanguageJavaScriptMIT LicenseMIT

Redis-Examples

Redis examples with nodejs for learning purpose

Installation

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

Contributing

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.

License

MIT