return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
dbsize(...\
func_get_args());
} public function copy($src,
$dst,
$options = null
): \RedisCluster|bool
{ 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());
}