Streams: implement stream object release.

This commit is contained in:
antirez
2017-09-06 13:11:47 +02:00
parent ec9bbe96bf
commit 439120c620
5 changed files with 25 additions and 5 deletions

View File

@ -1419,6 +1419,7 @@ void signalListAsReady(redisDb *db, robj *key);
/* Stream data type. */
stream *streamNew(void);
void freeStream(stream *s);
/* MULTI/EXEC/WATCH... */
void unwatchAllKeys(client *c);