You are here

private static property Redis_Client::$manager in Redis 7.3

Type: Redis_Client_Manager

File

lib/Redis/Client.php, line 46

Class

Redis_Client
This static class only reason to exist is to tie Drupal global configuration to OOP driven code of this module: it will handle everything that must be read from global configuration and let other components live without any existence of it

Code

private static $manager;