Redis is a good cache database, the speed of reading data is very efficient. Today we work together to study the use of Redis. Combined with the information on the Internet and their own groping, first look at the installation and configuration.
We mainly look at how to use the Redis database on Windows.
Download Address: Https://github.com/dmajkic/redis/downloads
1. Select a version to download, the package includes 32-bit and 64-bit installation tools. We use 32-bit here.
Download the extracted files as shown below:
3. Open Server Side
Open the server side via the cmd command line, first through the command line to the D:redis folder,
Then enter the following command Redis-server.exe redis.conf
Then enter set PWD 123456
Get pwd
The success of the return value was obtained, indicating that the server-side configuration was successful
The above is Redis installation and configuration, welcome everybody Exchanges
Note : For more wonderful tutorials please focus on the Triple Web Design Tutorials section,