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());
} public function getDBNum(): int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getDBNum(...\
func_get_args());
} public function getDel($key): \Redis|bool|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getDel(...\
func_get_args());
}