'Compressed PhpRedis cache fixes', 'description' => 'Tests Redis module cache fixes feature.', 'group' => 'Redis', ); } protected function createCacheInstance($name = null) { return new Redis_CacheCompressed($name); } protected function getClientInterface() { return 'PhpRedis'; } }