summaryrefslogtreecommitdiff
path: root/src/rax.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/rax.h
parent100d43c1ac48e8e949bd622b302ba309ae498752 (diff)
downloadredis-485014cc74d05436afc8257c5d7b05370410adc7.tar.gz
Streams: RDB saving.
Diffstat (limited to 'src/rax.h')
-rw-r--r--src/rax.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rax.h b/src/rax.h
index f6985c373..e22b6e699 100644
--- a/src/rax.h
+++ b/src/rax.h
@@ -157,5 +157,6 @@ int raxCompare(raxIterator *iter, const char *op, unsigned char *key, size_t key
void raxStop(raxIterator *it);
int raxEOF(raxIterator *it);
void raxShow(rax *rax);
+uint64_t raxSize(rax *rax);
#endif