mirror of
https://github.com/fluencelabs/redis
synced 2025-07-04 03:11:34 +00:00
CG: add & populate group+consumer in the blocking state.
This commit is contained in:
@ -653,7 +653,8 @@ typedef struct blockingState {
|
||||
|
||||
/* BLOCK_STREAM */
|
||||
size_t xread_count; /* XREAD COUNT option. */
|
||||
robj *xread_group; /* XREAD group name. */
|
||||
robj *xread_group; /* XREADGROUP group name. */
|
||||
robj *xread_consumer; /* XREADGROUP consumer name. */
|
||||
mstime_t xread_retry_time, xread_retry_ttl;
|
||||
|
||||
/* BLOCKED_WAIT */
|
||||
|
Reference in New Issue
Block a user