mirror of
https://github.com/fluencelabs/redis
synced 2025-07-03 10:51:33 +00:00
Streams: XREAD related code to serve blocked clients.
This commit is contained in:
@ -1425,6 +1425,7 @@ void popGenericCommand(client *c, int where);
|
||||
/* Stream data type. */
|
||||
stream *streamNew(void);
|
||||
void freeStream(stream *s);
|
||||
size_t streamReplyWithRange(client *c, stream *s, streamID *start, streamID *end, size_t count);
|
||||
|
||||
/* MULTI/EXEC/WATCH... */
|
||||
void unwatchAllKeys(client *c);
|
||||
|
Reference in New Issue
Block a user