This article for everyone to share the Redis installation tutorials for your reference, the specific contents are as follows
1. Install Redis
After downloading through the above path to the specific folder, extract the following files:
Switch through CMD to the extracted folder directory, and then type the following command:redis-server--service-install redis.windows.conf
can be installed successfully, in the service here can see the service called Redis.
2. Change Password
Locate redis.windows.conf under the Unpacked folder and use the file editor to enter the edit. Find Requirepass, and the foobared on the right is the password you want to set.
3. Command Access
Also first switch to Redis extract directory, type redis-cli.exe-h 127.0.0.1-p 6379-a [password] access to the Redis console
Enter key value pairs command:set key value
Remove key value pairs command: Getkey
The above is the entire content of this article, I hope to help you learn, but also hope that we support the cloud habitat community.