return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
xack(...\
func_get_args());
} public function xadd($key,
$id,
$values,
$maxlen = 0,
$approx = false
): \RedisCluster|false|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
xadd(...\
func_get_args());
} public function xclaim($key,
$group,
$consumer,
$min_iddle,
$ids,
$options): \RedisCluster|array|false|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
xclaim(...\
func_get_args());
} public function xdel($key,
$ids): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
xdel(...\
func_get_args());
} public function xgroup($operation,
$key = null,
$group = null,
$id_or_consumer = null,
$mkstream = false,
$entries_read = -2
): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
xgroup(...\
func_get_args());
}