9d41633517
This new port allows the usage of the php redis module with php53. Assume maintainership. PR: ports/169776 Submitted by: gjb (myself) Approved by: eadler (mentor)
8 lines
303 B
Text
8 lines
303 B
Text
This extension provides an API for communicating with Redis database,
|
|
a persistent key-value database with built-in net interface written
|
|
in ANSI-C for Posix systems.
|
|
|
|
It is a fork of alfonsojimenez's phpredis, adding many methods and
|
|
fixing a lot of issues.
|
|
|
|
WWW: https://github.com/nicolasff/phpredis
|