mirror of
https://github.com/fluencelabs/redis
synced 2025-07-03 02:41:33 +00:00
Streams: export iteration API.
This commit is contained in:
@ -1425,11 +1425,6 @@ void listTypeConvert(robj *subject, int enc);
|
||||
void unblockClientWaitingData(client *c);
|
||||
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);
|
||||
void initClientMultiState(client *c);
|
||||
|
Reference in New Issue
Block a user