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());
} public function get($key): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
get(...\
func_get_args());
} public function getbit($key,
$value): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getbit(...\
func_get_args());
}