PHP中Redis环境的配置【Windows10 Test】
程序员文章站
2022-04-01 11:37:11
...
从 Redis.io的官方发现,官方是不提供redis for windows 的版本:
The Redis project does not officially support Windows. However, the Microsoft Open Tech group develops and maintains this Windows port targeting Win64. Learn more
Windows的版本由[MSOpenTech](https://github.com/MSOpenTech/redis)维护,release 版本下载:[https://github.com/MSOpenTech/redis/releases](https://github.com/MSOpenTech/redis/release)
Redis文件介绍:
- redis-benchmark.exe #基准测试
- redis-check-aof.exe # aof
- redischeck-dump.exe # dump
- redis-cli.exe # 客户端
- redis-server.exe # 服务器
- redis.windows.conf # 配置文件
Redis服务器启动:
>redis-server.exe redis.windows.conf
php_redis.dll下载:
php的官方就已经提供了( https://pecl.php.net/package/redis),看好php版本对应的dll,同时要选择php的位数,可以下面代码查看:
最后就是在 php.ini中添加
;[redis]extension=php_redis.dll重启服务器,一切OK!
以上
下一篇: 基于mysql的bbs设计总结
推荐阅读
-
nginx php-fpm环境中chroot功能的配置使用方法
-
在集成环境中修改配置文件php.ini不生效的解决办法
-
Windows 8 IIS中配置PHP运行环境的方法
-
在集成环境中修改配置文件php.ini不生效的解决办法
-
nginx php-fpm环境中chroot功能的配置使用方法
-
在Win2003(64位)中配置IIS6+PHP5.2.17+MySQL5.5的运行环境,php5.2.17mysql5.5_PHP教程
-
在Win2003(64位)中配置IIS6+PHP5.2.17+MySQL5.5的运行环境,php5.2.17mysql5.5
-
Eclipse++Xdebug开发php环境配置 eclipse的debug怎么用 eclipse中debug的使用 eclipse怎么停止debu
-
Windows 8 IIS中配置PHP运行环境的方法
-
圆满php环境:mac中配置memcache超详细攻略(区分memcache系统中的概念)