Jamm\Memory\RedisServer::MGet PHP Метод

MGet() публичный Метод

public MGet ( $key )
    public function MGet($key)
    {
        if (!is_array($key)) {
            $key = func_get_args();
        }
        return $this->__call('MGet', $key);
    }