]> git.saurik.com Git - redis.git/blobdiff - staticsymbols.h
Changelog updated
[redis.git] / staticsymbols.h
index 9f8481d55fe70acf4caac394316bc867465a2780..30c4d779abe3c94f6011089acee6bad71740e893 100644 (file)
@@ -180,6 +180,7 @@ static struct redisFunctionSym symsTable[] = {
 {"oom",(unsigned long)oom},
 {"pingCommand",(unsigned long)pingCommand},
 {"popGenericCommand",(unsigned long)popGenericCommand},
+{"prepareForShutdown",(unsigned long)prepareForShutdown},
 {"processCommand",(unsigned long)processCommand},
 {"processInputBuffer",(unsigned long)processInputBuffer},
 {"psubscribeCommand",(unsigned long)psubscribeCommand},
@@ -260,6 +261,7 @@ static struct redisFunctionSym symsTable[] = {
 {"setnxCommand",(unsigned long)setnxCommand},
 {"setupSigSegvAction",(unsigned long)setupSigSegvAction},
 {"shutdownCommand",(unsigned long)shutdownCommand},
+{"sigtermHandler",(unsigned long)sigtermHandler},
 {"sinterCommand",(unsigned long)sinterCommand},
 {"sinterGenericCommand",(unsigned long)sinterGenericCommand},
 {"sinterstoreCommand",(unsigned long)sinterstoreCommand},
@@ -272,6 +274,8 @@ static struct redisFunctionSym symsTable[] = {
 {"spopCommand",(unsigned long)spopCommand},
 {"srandmemberCommand",(unsigned long)srandmemberCommand},
 {"sremCommand",(unsigned long)sremCommand},
+{"startAppendOnly",(unsigned long)startAppendOnly},
+{"stopAppendOnly",(unsigned long)stopAppendOnly},
 {"stringObjectLen",(unsigned long)stringObjectLen},
 {"stringmatch",(unsigned long)stringmatch},
 {"stringmatchlen",(unsigned long)stringmatchlen},