return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
fcall(...\
func_get_args());
} public function fcall_ro($fn,
$keys =
[],
$args =
[]): mixed
{ 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());
}