return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
command(...\
func_get_args());
} public function config($key_or_address,
$subcommand, ...
$extra_args): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
config(...\
func_get_args());
} public function dbsize($key_or_address): \RedisCluster|int
{ 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());
}