6a35852f0c
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 PR: 194270 Submitted by: Daniel Ylitalo <daniel at blodan.se> Approved by: mentors (implicit)
9 lines
303 B
Plaintext
9 lines
303 B
Plaintext
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
|