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 getAuth(): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getAuth(...\
func_get_args());
} public function getBit($key,
$idx): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getBit(...\
func_get_args());
} public function getEx($key,
$options =
[]): \Redis|bool|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getEx(...\
func_get_args());
}