return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
flushdb(...\
func_get_args());
} public function geoadd($key,
$lng,
$lat,
$member, ...
$other_triples_and_options): \RedisCluster|false|int
{ 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());
}