'Predis cache flush (S)', 'description' => 'Tests Redis module cache flush modes feature.', 'group' => 'Redis', ); } protected function getClientInterface() { $GLOBALS['conf']['redis_flush_mode'] = Redis_Cache::FLUSH_SHARD; return 'Predis'; } }