return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
geohash(...\
func_get_args());
} public function geopos($key,
$member, ...
$other_members): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
geopos(...\
func_get_args());
} public function georadius($key,
$lng,
$lat,
$radius,
$unit,
$options =
[]): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
georadius(...\
func_get_args());
} public function georadius_ro($key,
$lng,
$lat,
$radius,
$unit,
$options =
[]): mixed
{ 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());
}