redis / docs

Documentation for Redis, Redis Cloud, and Redis Enterprise
https://redis.io/docs/latest/
Other
23 stars 114 forks source link

Add PHP Redis extension #747

Closed Nyholm closed 1 week ago

Nyholm commented 1 week ago

There are two ways to use Redis with PHP. One is with a library (written in PHP) and the other one is with a PHP extension (written in C).

The extension is faster but the library is easier to install, especially if you are on shared hosts.

CLAassistant commented 1 week ago

CLA assistant check
All committers have signed the CLA.

dwdougherty commented 1 week ago

Hi @andy-stark-redis . I'll leave it to you to decide if this change is appropriate.

Nyholm commented 1 week ago

Thank you for the quick review and merge