return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
georadius_ro(...\
func_get_args());
} public function georadiusbymember($key,
$member,
$radius,
$unit,
$options =
[]): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
georadiusbymember(...\
func_get_args());
} public function georadiusbymember_ro($key,
$member,
$radius,
$unit,
$options =
[]): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
georadiusbymember_ro(...\
func_get_args());
} public function geosearch($key,
$position,
$shape,
$unit,
$options =
[]): \RedisCluster|array
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
geosearch(...\
func_get_args());
} public function geosearchstore($dst,
$src,
$position,
$shape,
$unit,
$options =
[]): \RedisCluster|array|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
geosearchstore(...\
func_get_args());
}