From 2bbb2bf42710c755698019beaef8b9ab281fddc2 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 19 Jan 2018 10:40:08 +0100 Subject: CG: XGROUPREAD group option parsing and groups lookup. --- src/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stream.h') diff --git a/src/stream.h b/src/stream.h index 75c9c57ef..4b9e68885 100644 --- a/src/stream.h +++ b/src/stream.h @@ -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 -- cgit v1.2.1