1. Download redis3.0 windows version
https://github.com/MicrosoftArchive/redis/releases
2. Download php7.3 corresponding redis extension dll file
https://windows.php.net/downloads/pecl/snaps/redis/4.2.0/
3. Copy the php_redis.dll and php_redis_pdb files to the ext of php Folder
4. Modify the php.ini file and add extension=php_redis.dll
or extension=php_redis
in
extenxsions
5. Use phpinfo()
to view the redis
extension description added successfully
Related recommendations: "PHP Tutorial" "redis tutorial》
The above is the detailed content of php7.3+redis3 installation under windows. For more information, please follow other related articles on the PHP Chinese website!