Snc\RedisBundle\Tests\Profiler\Storage\Mock\RedisMock::close PHP Method

close() public method

Close Redis server connection.
public close ( ) : boolean
return boolean
    public function close()
    {
        $this->connected = false;
        return true;
    }