return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getRange(...\
func_get_args());
} public function getReadTimeout() { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getReadTimeout(...\
func_get_args());
} public function getSet($key,
$value) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getSet(...\
func_get_args());
} public function getTimeout() { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getTimeout(...\
func_get_args());
} public function hDel($key,
$member, ...
$other_members) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hDel(...\
func_get_args());
}