CG: XGROUPREAD group option parsing and groups lookup.

This commit is contained in:
antirez
2018-01-19 10:40:08 +01:00
parent 1fafe7def1
commit 2bbb2bf427
2 changed files with 66 additions and 8 deletions

View File

@ -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