return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
xgroup(...\
func_get_args());
} public function xautoclaim($key,
$group,
$consumer,
$min_idle,
$start,
$count = -1,
$justid = false
): \RedisCluster|array|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
xautoclaim(...\
func_get_args());
} public function xinfo($operation,
$arg1 = null,
$arg2 = null,
$count = -1
): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
xinfo(...\
func_get_args());
} public function xlen($key): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
xlen(...\
func_get_args());
} public function xpending($key,
$group,
$start = null,
$end = null,
$count = -1,
$consumer = null
): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
xpending(...\
func_get_args());
}