return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
connect(...\
func_get_args());
} public function copy($src,
$dst,
$options = null
): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
copy(...\
func_get_args());
} public function dbSize(): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
dbSize(...\
func_get_args());
} public function debug($key): \Redis|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
debug(...\
func_get_args());
} public function decr($key,
$by = 1
): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
decr(...\
func_get_args());
}