]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
bad data on RESTORE can no longer crash the server but create a memory leak with...
[redis.git] / src / redis.h
index 5b403798bf037a2f3fd2ec06692a23ce139d7ff1..91a64ecfddc049eddd2473b7c370ca2ce11fd3c7 100644 (file)
@@ -1180,6 +1180,7 @@ void unwatchCommand(redisClient *c);
 void clusterCommand(redisClient *c);
 void restoreCommand(redisClient *c);
 void migrateCommand(redisClient *c);
+void dumpCommand(redisClient *c);
 
 #if defined(__GNUC__)
 void *calloc(size_t count, size_t size) __attribute__ ((deprecated));