mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 00:31:21 +00:00
Modify XINFO field from last-id to last-generated-id.
Related to #5129.
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user