mirror of
https://github.com/fluencelabs/redis
synced 2025-03-23 02:50:50 +00:00
Modify XINFO field from last-id to last-generated-id.
Related to #5129.
This commit is contained in:
parent
4215e74be5
commit
185e0d9cd8
@ -2301,7 +2301,7 @@ NULL
|
||||
addReplyLongLong(c,s->rax->numnodes);
|
||||
addReplyStatus(c,"groups");
|
||||
addReplyLongLong(c,s->cgroups ? raxSize(s->cgroups) : 0);
|
||||
addReplyStatus(c,"last-id");
|
||||
addReplyStatus(c,"last-generated-id");
|
||||
addReplyStreamID(c,&s->last_id);
|
||||
|
||||
/* To emit the first/last entry we us the streamReplyWithRange()
|
||||
|
Loading…
x
Reference in New Issue
Block a user