You are here

protected static property Redis_Client::$globalPrefix in Redis 7.3

Same name and namespace in other branches
  1. 7.2 lib/Redis/Client.php \Redis_Client::globalPrefix

Type: string

File

lib/Redis/Client.php, line 51

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

protected static $globalPrefix;