Configure the Redis environment in PHP [Windows10Test]

Source: Internet
Author: User
In PHP, the configuration of the Redis environment [Windows10Test] was officially found from Redis. io. the official version of redis for windows is not provided:

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 version maintained by [MSOpenTech] (https://github.com/MSOpenTech/redis), release version download: [https://github.com/MSOpenTech/redis/releases] (https://github.com/MSOpenTech/redis/release)

Redis file introduction:
  • Redis-benchmark.exe # benchmarking
  • Redis-check-aof.exe # aof
  • Redischeck-dump.exe # dump
  • Redis-cli.exe # client
  • Redis-server.exe # Server
  • Redis. windows. conf # configuration file
Start Redis server:

> Redis-server.exe redis. windows. conf

Download php_redis.dll:

Php official has provided (https://pecl.php.net/package/redis), optimistic about the php version of the corresponding dll, at the same time to select the number of php, you can view the following code:

     

Add

;[redis]extension=php_redis.dll

Restart the server. everything is OK!

Above

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.