return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
fcall_ro(...\
func_get_args());
} public function flushAll($sync = null
): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
flushAll(...\
func_get_args());
} public function flushDB($sync = null
): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
flushDB(...\
func_get_args());
} public function function($operation, ...
$args): \Redis|array|bool|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
function(...\
func_get_args());
} public function geoadd($key,
$lng,
$lat,
$member, ...
$other_triples_and_options): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
geoadd(...\
func_get_args());
}