return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
_uncompress(...\
func_get_args());
} public function acl($subcmd, ...
$args) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
acl(...\
func_get_args());
} public function append($key,
$value) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
append(...\
func_get_args());
} public function auth($auth) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
auth(...\
func_get_args());
} public function bgSave() { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
bgSave(...\
func_get_args());
}