Redis_Cache_PhpRedis |
class |
|
lib/Redis/Cache/PhpRedis.php |
Predis cache backend. |
|
|
|
Redis_Cache_Predis |
class |
|
lib/Redis/Cache/Predis.php |
Predis cache backend. |
|
|
|
Redis_Client |
class |
|
lib/Redis/Client.php |
Common code and client singleton, for all Redis clients. |
|
|
|
Redis_Client_Interface |
interface |
|
lib/Redis/Client/Interface.php |
Client proxy, client handling class tied to the bare mininum. |
2 |
|
|
Redis_Client_PhpRedis |
class |
|
lib/Redis/Client/PhpRedis.php |
PhpRedis client specific implementation. |
|
|
|
Redis_Client_Predis |
class |
|
lib/Redis/Client/Predis.php |
Predis client specific implementation. |
|
|
|
Redis_Lock |
class |
|
lib/Redis/Lock.php |
Lock backend singleton handling. |
|
|
|
Redis_Lock_Backend_Default |
abstract class |
|
lib/Redis/Lock/Backend/Default.php |
Lock backend shared methods. |
2 |
|
|
Redis_Lock_Backend_Interface |
interface |
|
lib/Redis/Lock/Backend/Interface.php |
Lock backend interface. |
1 |
|
|
Redis_Lock_Backend_PhpRedis |
class |
|
lib/Redis/Lock/Backend/PhpRedis.php |
Predis lock backend implementation. |
|
|
|
Redis_Lock_Backend_Predis |
class |
|
lib/Redis/Lock/Backend/Predis.php |
Predis lock backend implementation. |
|
|
|