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;
/* Git SHA1 */
char *redisGitSHA1(void);
char *redisGitDirty(void);
+uint64_t redisBuildId(void);
/* Commands prototypes */
void authCommand(redisClient *c);