The installation of Redis under Windows 8.1, and the configuration supports PHP implementation process
1. Open the URL:http://redis.io/download,
windows
The Redis project does not officially support Windows. However, Microsoft Open Technology Group has developed and maintained a Redis version for Windows 64-bit. as shown in Figure 1

The Redis project does not officially support Windows. However, Microsoft Open Technology Group has developed and maintained a Redis version for Windows 64-bit.
2. The URL is linked to:https://github.com/MSOpenTech/redis
According to the prompt, you canhttp://github.com/MSOpenTech/redis/releasesDownload to the latest binary file, as shown in Figure 2

According to the prompt, you canhttp://github.com/MSOpenTech/redis/releasesDownload to the latest binary file
3. Download the latest version of the binary file: redis-x64-2.8.2104.msi
In step 6: Add the Redis installation folder to the PATH environment variable
In step 7: Add exception to Windows Firewall
The installation steps are as follows:
4. Install the Redis extension of PHP
Download php_redis.dll from the php official website
5. Client phpredisadmin installation:https://github.com/ErikDubbelboer/phpRedisAdmin
Execute: php composer.phar create-project -s dev erik-dubbelboer/php-redis-admin phpredisadmin
Error, as shown in Figure 16:
Warning: this development build of composer is over 60 days old. It is recommended
ed to update it by running “Composer.Phar Self-Update” to get the latest version
6. Execute: composer.phar self-update, download the latest version of composer.phar, Figure 17
7. Clear the files in phpredisadmin and re-execute: php composer.phar create-project -s dev erik-dubbelboer/php-redis-admin phpredisadmin, as shown in Figure 18, 19

Re-execute: php composer.phar create-project -s dev erik-dubbelboer/php-redis-admin phpredisadmin, as shown in Figure 19
8. Open:http://localhost/phpredisadmin/,Found that it has been installed successfully
8. Client-side Redis Desktop Manager installation:http://redisdesktop.com/download
Download the Windows version, as shown in Figure 20

Client Redis Desktop Manager installation:http://redisdesktop.com/downloadDownload the Windows version, as shown in Figure 20






















