]> git.saurik.com Git - redis.git/blobdiff - staticsymbols.h
modify compare function to check if the encoding is equal before comparing
[redis.git] / staticsymbols.h
index 96f200d5560ab63c666abf1081e4b4a12c0f6aa5..b3ff3db46b06ab81cf41eb7caea736597ecb2c24 100644 (file)
@@ -8,7 +8,6 @@ static struct redisFunctionSym symsTable[] = {
 {"addReplyBulkCString",(unsigned long)addReplyBulkCString},
 {"addReplyBulkLen",(unsigned long)addReplyBulkLen},
 {"addReplyDouble",(unsigned long)addReplyDouble},
-{"addReplyLong",(unsigned long)addReplyLong},
 {"addReplyLongLong",(unsigned long)addReplyLongLong},
 {"addReplySds",(unsigned long)addReplySds},
 {"addReplyUlong",(unsigned long)addReplyUlong},
@@ -181,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},
@@ -261,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},
@@ -273,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},
@@ -286,6 +289,7 @@ static struct redisFunctionSym symsTable[] = {
 {"syncReadLine",(unsigned long)syncReadLine},
 {"syncWithMaster",(unsigned long)syncWithMaster},
 {"syncWrite",(unsigned long)syncWrite},
+{"touchWatchedKey",(unsigned long)touchWatchedKey},
 {"tryFreeOneObjectFromFreelist",(unsigned long)tryFreeOneObjectFromFreelist},
 {"tryObjectEncoding",(unsigned long)tryObjectEncoding},
 {"tryResizeHashTables",(unsigned long)tryResizeHashTables},
@@ -294,6 +298,8 @@ static struct redisFunctionSym symsTable[] = {
 {"unblockClientWaitingData",(unsigned long)unblockClientWaitingData},
 {"unlockThreadedIO",(unsigned long)unlockThreadedIO},
 {"unsubscribeCommand",(unsigned long)unsubscribeCommand},
+{"unwatchAllKeys",(unsigned long)unwatchAllKeys},
+{"unwatchCommand",(unsigned long)unwatchCommand},
 {"updateDictResizePolicy",(unsigned long)updateDictResizePolicy},
 {"updateSlavesWaitingBgsave",(unsigned long)updateSlavesWaitingBgsave},
 {"usage",(unsigned long)usage},
@@ -322,6 +328,8 @@ static struct redisFunctionSym symsTable[] = {
 {"waitEmptyIOJobsQueue",(unsigned long)waitEmptyIOJobsQueue},
 {"waitForMultipleSwappedKeys",(unsigned long)waitForMultipleSwappedKeys},
 {"waitForSwappedKey",(unsigned long)waitForSwappedKey},
+{"watchCommand",(unsigned long)watchCommand},
+{"watchForKey",(unsigned long)watchForKey},
 {"xorDigest",(unsigned long)xorDigest},
 {"xorObjectDigest",(unsigned long)xorObjectDigest},
 {"yesnotoi",(unsigned long)yesnotoi},