Gets the redis instance used by the cache.
Return value
Redis
File
- drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/RedisCache.php, line 56
Class
- RedisCache
- Redis cache provider.
Namespace
Doctrine\Common\Cache
Code
public function getRedis() {
return $this->redis;
}