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());
} public function decrBy($key,
$value): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
decrBy(...\
func_get_args());
} public function del($key, ...
$other_keys): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
del(...\
func_get_args());
} public function delete($key, ...
$other_keys): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
delete(...\
func_get_args());
}