Doctrine\Common\Cache\RedisCache::getRedis PHP Method

getRedis() public method

Gets the redis instance used by the cache.
public getRedis ( ) : Redi\Redis | null
return Redi\Redis | null
    public function getRedis()
    {
        return $this->redis;
    }