mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 22:41:32 +00:00
CG: XGROUPREAD group option parsing and groups lookup.
This commit is contained in:
@ -47,7 +47,7 @@ typedef struct streamIterator {
|
||||
|
||||
/* Consumer group. */
|
||||
typedef struct streamCG {
|
||||
streamID lastid; /* Last delivered (not acknowledged) ID for this
|
||||
streamID last_id; /* Last delivered (not acknowledged) ID for this
|
||||
group. Consumers that will just ask for more
|
||||
messages will served with IDs > than this. */
|
||||
rax *pel; /* Pending entries list. This is a radix tree that
|
||||
|
Reference in New Issue
Block a user