Streams: export iteration API.

This commit is contained in:
antirez
2017-09-15 12:17:25 +02:00
parent 9ed40f0fc3
commit 01ea018c40
3 changed files with 31 additions and 24 deletions

View File

@ -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);