return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
geoadd(...\
func_get_args());
} public function geodist($key,
$src,
$dest,
$unit = null
): \RedisCluster|false|float
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
geodist(...\
func_get_args());
} public function geohash($key,
$member, ...
$other_members): \RedisCluster|array|false
{ 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());
}