CG: add & populate group+consumer in the blocking state.

This commit is contained in:
antirez
2018-01-19 16:39:09 +01:00
parent b8e5232161
commit ccdae09046
4 changed files with 13 additions and 8 deletions

View File

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