return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
copy(...\
func_get_args());
} public function decr($key,
$by = 1
): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
decr(...\
func_get_args());
} public function decrby($key,
$value): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
decrby(...\
func_get_args());
} public function decrbyfloat($key,
$value): float
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
decrbyfloat(...\
func_get_args());
} public function del($key, ...
$other_keys): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
del(...\
func_get_args());
}