当前位置:网站首页>Installing redis and windows extension method under win system
Installing redis and windows extension method under win system
2022-07-07 06:34:00 【Rookie No.1 mmmm】
One 、 see php Version related information
adopt phpinfo() The function view php Version related information , This operation is used to determine the choice redis Which extended version .
phpinfo();
Find the following 2 Parameters :
Parameters :Architecture value :x86
Parameters :PHP Extension Build value :API20170718,NTS,VC15
As shown in the figure :
Two 、 download php Of redis Expand
Get into PHP Official Expansion page , Download the appropriate redis Expand
1、PHP Official extension address :http://pecl.php.net/
2、 In the top right corner of the page Search for Enter... In the search box redis Enter search
3、 In the search results list Search results in
The corresponding address is as follows :http://pecl.php.net/package-search.php?pkg_name=redis
Click on redis Enter the extended details page
4、 You will see the version number of the following words , namely :alpha, beta, stable
stable Stable version , Final release
beta Open beta version ,alpha Version of the upgrade
alpha Internal test version
The corresponding address is as follows :http://pecl.php.net/package/redis
Here we choose the latest stable version , namely :5.3.2 stable 2020-10-22 released , Click on DLL Go to download page
5、 According to the parameters provided in the first step , Here we choose (NTS) x86 Version extension
The corresponding address is as follows :http://pecl.php.net/package/redis/5.3.2/windows
Such as , Click on :7.2 Non Thread Safe (NTS) x86 You can download it.
6、 In the downloaded compressed package , You'll find a file :php_redis.dll
Copy this file to PHP Of ext Under the table of contents
3、 ... and 、 modify php.ini The configuration file , And restart the server
1、 modify php.ini file , hold php_redis.dll Files added to php The configuration of , as follows :
extension=php_redis.dll
2、 Restart the server , Make the newly added redis Extension takes effect
3、 Back again phpinfo() Page view , Will find php Of redis The extension has been installed
Many cases on the Internet end at this step , But it was found that the program could not run , So let's look down
Four 、 install redis Server side
1、 The download address is as follows :
Releases · microsoftarchive/redis · GitHub
Here we download Redis-x64-xxx.zip Compress package to D disc redis Under the folder .
2、 After downloading , For example, store it in :D:\ruanjian\Redis-x64-3.0.504/ Under the table of contents , Unpacking a compressed package , Directory as follows :
3、 double-click redis-server.exe On the server side redis It works , The effect is as follows :
It should be noted that , This window cannot be closed , Once closed, the program will not run .
4、 Run it again php Code , Discovery has been successfully implemented .
5、 ... and 、 Set up Windows Next redis Boot up
1、 Shortcut key Window Winkey +R key , open “ function ” Program .
2、 function , open : Input compmgmt.msc Knock back .
3, Services and Applications - service
4,Redis The status is displayed as start ,
I hope this document can be useful to you !!!
边栏推荐
- Postgresql源码(59)分析事务ID分配、溢出判断方法
- Performance comparison between Ceres solver and g2o
- 牛客小白月赛52 E.分组求对数和(二分&容斥)
- POI export to excel: set font, color, row height adaptation, column width adaptation, lock cells, merge cells
- Common problems of caching in high concurrency scenarios
- 安装mongodb数据库
- Redis (I) -- getting to know redis for the first time
- String (explanation)
- 肿瘤免疫治疗研究丨ProSci LAG3抗体解决方案
- 微信小程序隐藏video标签的进度条组件
猜你喜欢
JMeter function assistant - random value, random string, fixed value random extraction
[FPGA] EEPROM based on I2C
[opencv] morphological filtering (2): open operation, morphological gradient, top hat, black hat
[SOC FPGA] peripheral PIO button lights up
开发者别错过!飞桨黑客马拉松第三期链桨赛道报名开启
Redis (II) - redis General Command
当前发布的SKU(销售规格)信息中包含疑似与宝贝无关的字
安装VMmare时候提示hyper-v / device defender 侧通道安全性
The difference between string constants and string objects when allocating memory
uniapp开发小程序如何使用微信云托管或云函数进行云开发
随机推荐
[SOC FPGA] peripheral PIO button lights up
Several key steps of software testing, you need to know
Crudini profile editing tool
安装mongodb数据库
matlab / ENVI 主成分分析实现及结果分析
C interview encryption program: input plaintext by keyboard, convert it into ciphertext through encryption program and output it to the screen.
Wechat applet hides the progress bar component of the video tag
隐马尔科夫模型(HMM)学习笔记
中英文说明书丨ProSci LAG-3 重组蛋白
软件测试到了35岁,真的就干不动了吗?
String (explanation)
3531. Huffman tree
C interview 24 (pointer) define a double array with 20 elements a
ICML 2022 | explore the best architecture and training method of language model
Problems and precautions about using data pumps (expdp, impdp) to export and import large capacity tables in Oracle migration
HKUST & MsrA new research: on image to image conversion, fine tuning is all you need
力扣62 不同路径(从矩阵左上到右下的所有路径数量) (动态规划)
LM11丨重构K线构建择时交易策略
Developers don't miss it! Oar hacker marathon phase III chain oar track registration opens
如何解决数据库插入数据显示SQLSTATE[HY000]: General error: 1364 Field ‘xxxxx‘ doesn‘t have a default value错误