参考网址(redis)

windows下安装redis

安装redis https://www.cnblogs.com/happywish/p/10944253.html

redis 官网:https://redis.io/download   redis扩展文件: https://pecl.php.net/package/redis

php_igbinary下载网址:https://windows.php.net/downloads/pecl/releases/igbinary/1.2.1/

下载php_igbinary-3.1.0-7.2-nts-vc15-x86.zip,php_redis-5.0.2-7.3-nts-vc15-x86.zip

下载redis注意版本  (重要事情!! 看清x84 x64  vc11 vc15  php版本  nts ts 匹配的redis 版本)

 

参考网址(redis)_第1张图片

 

启用redis

进入安装redis目录 输入redis-server.exe redis.windows.conf 启用redis服务

参考网址(redis)_第2张图片

注册安装服务
redis-server --service-install redis.windows.conf --loglevel verbose
卸载服务
#redis-server --service-uninstall

你可能感兴趣的:(缓存)