Jamm\Memory\RedisServer::DEBUG_OBJECT PHP 메소드

DEBUG_OBJECT() 공개 메소드

Get debugging information about a key
public DEBUG_OBJECT ( string $key ) : mixed
$key string
리턴 mixed
    public function DEBUG_OBJECT($key)
    {
        return $this->_send(array('DEBUG', 'OBJECT', $key));
    }