Skip to content

Commit 8254898

Browse files
committed
Added method signature
1 parent 700aeeb commit 8254898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ClientInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
* @method int xlen(string $key)
285285
* @method array xrevrange(string $key, string $end, string $start, ?int $count = null)
286286
* @method array xrange(string $key, string $start, string $end, ?int $count = null)
287+
* @method array xreadgroup(string $group, string $consumer, ?int $count = null, ?int $blockMs = null, bool $noAck = false, string ...$keyOrId)
287288
* @method string xtrim(string $key, array|string $strategy, string $threshold, array $options = null)
288289
* @method int zadd(string $key, array $membersAndScoresDictionary)
289290
* @method int zcard(string $key)

0 commit comments

Comments
 (0)