]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
SDIFF fuzz test added.
[redis.git] / src / redis.h
index a091e990a8c509045279a015877b0e2c522085ed..c091f653dcf1e8e93d4957a78ed9a60a443334f2 100644 (file)
@@ -890,6 +890,7 @@ extern dictType setDictType;
 extern dictType zsetDictType;
 extern dictType clusterNodesDictType;
 extern dictType dbDictType;
+extern dictType shaScriptObjectDictType;
 extern double R_Zero, R_PosInf, R_NegInf, R_Nan;
 extern dictType hashDictType;
 
@@ -1191,6 +1192,7 @@ void scriptingInit(void);
 /* Git SHA1 */
 char *redisGitSHA1(void);
 char *redisGitDirty(void);
+uint64_t redisBuildId(void);
 
 /* Commands prototypes */
 void authCommand(redisClient *c);