return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
evalsha(...\
func_get_args());
} public function evalsha_ro($sha,
$args =
[],
$num_keys = 0
): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
evalsha_ro(...\
func_get_args());
} public function client($operation, ...
$args): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
client(...\
func_get_args());
} public function geoadd($key,
$lng,
$lat,
$member, ...
$other_triples_and_options): \Relay\Relay|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
geoadd(...\
func_get_args());
} public function geodist($key,
$src,
$dst,
$unit = null
): \Relay\Relay|false|float
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
geodist(...\
func_get_args());
}