]> git.saurik.com Git - redis.git/blobdiff - staticsymbols.h
generic pop and length function for ziplist encoding
[redis.git] / staticsymbols.h
index 30c4d779abe3c94f6011089acee6bad71740e893..b3ff3db46b06ab81cf41eb7caea736597ecb2c24 100644 (file)
@@ -289,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},
@@ -297,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},
@@ -325,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},