Windows adds a compressed version Redis to the service

1. Download

Windows version of Redis download address https://github.com/MicrosoftArchive/redis/releases

windows add compressed version Redis to the service

2. Install

The compressed package that will be downloaded Unzip to the specified path, such as: D:\Program Files\Redis-x64-3.2.100

windows add compressed version of redis to the service

Open the CMD window with administrator privileges, enter the installation directory, and execute [redis-server.exe redis.windows. conf] Command

//Enter the installation directory:
C:\Users\Administrator>d:
D:\>cd "Program Files"
D:\Program Files>cd Redis-x64-3.2.100
//Install redis to windows service
D:\Program Files\Redis-x64-3.2.100>redis-server.exe - service-install redis.windows.conf --loglevel verbose

windows add compressed version of redis to the service

Open the windows service and check whether the installation is successful. If the installation is successful, start this service.

windows add compression Version redis to service

Finally, the default password for redis is empty

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 5615 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.