You are here

constant Redis_Client::REDIS_IMPL_CACHE in Redis 7.3

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

Cache implementation namespace.

File

lib/Redis/Client.php, line 21

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

const REDIS_IMPL_CACHE = 'Redis_Cache_';