Author : Mohammad Mahdi Mohajer
Author : Mohammad Mahdi Mohajer
Redis is a content based NoSQL Key Valued Database , we can use it for storing temporary data such as Caches and In-Memory Access Modules
- First install
redis
for your platform that you use - Run
redis-server
to bring up the redis server in Terminal , now you should see the redis is running and got URL for access - Open another Terminal session and run
redis-cli
, we can interact with redis server with this CLI - To check the connection , run
ping
in redis-cli command line , you should get the messagePONG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-09-02T08:07:05.941Z","extensionVersion":"v3.4.3"} |