windows安装redis步骤

Original 2019-08-18 16:53:45 295
abstract:windows安装redis步骤:        1.到https://github.com/microsoftarchive/redis/releases下载last版本;手动安装下载zip,自动安装下载msi.        2.手动执

windows安装redis步骤:

        1.到https://github.com/microsoftarchive/redis/releases下载last版本;手动安装下载zip,自动安装下载msi.

        2.手动执行redis-server.exe,弹出cmd对话框,成功运行,不要退出对话框。

        3.到https://windows.php.net/downloads/pecl/releases/redis/2.2.7下载相应的php版本的win32或64位扩展文件,下载完成解压到php版本ext目录中,打开php.ini文件增加extension=php_redis.dll,重启apache mysql,查看phpinfo.php 有redi版本信息安装成功。

Correcting teacher:天蓬老师Correction time:2019-08-19 09:35:32
Teacher's summary:如果再配一张安装成功的截图, 就更好了

Release Notes

Popular Entries