summaryrefslogtreecommitdiff
path: root/src/stream.h
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2017-09-05 13:14:13 +0200
committerantirez <antirez@gmail.com>2017-12-01 10:24:24 +0100
commit485014cc74d05436afc8257c5d7b05370410adc7 (patch)
treef00cda6c2806a3b94a31a0e4251c93c7fd1bdd5e /src/stream.h
parent100d43c1ac48e8e949bd622b302ba309ae498752 (diff)
downloadredis-485014cc74d05436afc8257c5d7b05370410adc7.tar.gz
Streams: RDB saving.
Diffstat (limited to 'src/stream.h')
-rw-r--r--src/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream.h b/src/stream.h
index 065c328eb..e78af5bc5 100644
--- a/src/stream.h
+++ b/src/stream.h
@@ -2,6 +2,7 @@
#define STREAM_H
#include "rax.h"
+#include "listpack.h"
/* Stream item ID: a 128 bit number composed of a milliseconds time and
* a sequence counter. IDs generated in the same millisecond (or in a past