X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/0d808ef27532204d4176c16956eb4cef7f452ae2..554a5dd2fc708d0985fecf69b87e167707691c32:/src/redis.h diff --git a/src/redis.h b/src/redis.h index 8b92dd28..5ae9cc1c 100644 --- a/src/redis.h +++ b/src/redis.h @@ -800,6 +800,7 @@ void updateDictResizePolicy(void); int htNeedsResize(dict *dict); void oom(const char *msg); void populateCommandTable(void); +void resetCommandTableStats(void); /* Disk store */ int dsOpen(void);