X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/9c8e3cee262fc5b5b700027dd7b73bee00ca17d7..686bc0ac5c05a43c35908c335e17818c7a01afbe:/staticsymbols.h diff --git a/staticsymbols.h b/staticsymbols.h index 77053704..7aa6ceba 100644 --- a/staticsymbols.h +++ b/staticsymbols.h @@ -3,10 +3,13 @@ static struct redisFunctionSym symsTable[] = { {"_redisAssert",(unsigned long)_redisAssert}, {"acceptHandler",(unsigned long)acceptHandler}, {"addReply",(unsigned long)addReply}, +{"addReplyBulk",(unsigned long)addReplyBulk}, +{"addReplyBulkCString",(unsigned long)addReplyBulkCString}, {"addReplyBulkLen",(unsigned long)addReplyBulkLen}, {"addReplyDouble",(unsigned long)addReplyDouble}, {"addReplyLong",(unsigned long)addReplyLong}, {"addReplySds",(unsigned long)addReplySds}, +{"addReplyUlong",(unsigned long)addReplyUlong}, {"aofRemoveTempFile",(unsigned long)aofRemoveTempFile}, {"appendCommand",(unsigned long)appendCommand}, {"appendServerSaveParams",(unsigned long)appendServerSaveParams}, @@ -21,9 +24,13 @@ static struct redisFunctionSym symsTable[] = { {"brpopCommand",(unsigned long)brpopCommand}, {"bytesToHuman",(unsigned long)bytesToHuman}, {"call",(unsigned long)call}, +{"checkType",(unsigned long)checkType}, {"closeTimedoutClients",(unsigned long)closeTimedoutClients}, {"compareStringObjects",(unsigned long)compareStringObjects}, {"computeObjectSwappability",(unsigned long)computeObjectSwappability}, +{"configCommand",(unsigned long)configCommand}, +{"configGetCommand",(unsigned long)configGetCommand}, +{"configSetCommand",(unsigned long)configSetCommand}, {"convertToRealHash",(unsigned long)convertToRealHash}, {"createClient",(unsigned long)createClient}, {"createHashObject",(unsigned long)createHashObject}, @@ -81,6 +88,7 @@ static struct redisFunctionSym symsTable[] = { {"fwriteBulkObject",(unsigned long)fwriteBulkObject}, {"fwriteBulkString",(unsigned long)fwriteBulkString}, {"genRedisInfoString",(unsigned long)genRedisInfoString}, +{"genericHgetallCommand",(unsigned long)genericHgetallCommand}, {"genericZrangebyscoreCommand",(unsigned long)genericZrangebyscoreCommand}, {"getCommand",(unsigned long)getCommand}, {"getDecodedObject",(unsigned long)getDecodedObject}, @@ -91,9 +99,15 @@ static struct redisFunctionSym symsTable[] = { {"glueReplyBuffersIfNeeded",(unsigned long)glueReplyBuffersIfNeeded}, {"handleClientsBlockedOnSwappedKey",(unsigned long)handleClientsBlockedOnSwappedKey}, {"handleClientsWaitingListPush",(unsigned long)handleClientsWaitingListPush}, +{"hdelCommand",(unsigned long)hdelCommand}, +{"hexistsCommand",(unsigned long)hexistsCommand}, {"hgetCommand",(unsigned long)hgetCommand}, +{"hgetallCommand",(unsigned long)hgetallCommand}, +{"hkeysCommand",(unsigned long)hkeysCommand}, +{"hlenCommand",(unsigned long)hlenCommand}, {"hsetCommand",(unsigned long)hsetCommand}, {"htNeedsResize",(unsigned long)htNeedsResize}, +{"hvalsCommand",(unsigned long)hvalsCommand}, {"incrCommand",(unsigned long)incrCommand}, {"incrDecrCommand",(unsigned long)incrDecrCommand}, {"incrRefCount",(unsigned long)incrRefCount}, @@ -112,7 +126,9 @@ static struct redisFunctionSym symsTable[] = { {"lookupKey",(unsigned long)lookupKey}, {"lookupKeyByPattern",(unsigned long)lookupKeyByPattern}, {"lookupKeyRead",(unsigned long)lookupKeyRead}, +{"lookupKeyReadOrReply",(unsigned long)lookupKeyReadOrReply}, {"lookupKeyWrite",(unsigned long)lookupKeyWrite}, +{"lookupKeyWriteOrReply",(unsigned long)lookupKeyWriteOrReply}, {"lpopCommand",(unsigned long)lpopCommand}, {"lpushCommand",(unsigned long)lpushCommand}, {"lrangeCommand",(unsigned long)lrangeCommand}, @@ -206,6 +222,8 @@ static struct redisFunctionSym symsTable[] = { {"srandmemberCommand",(unsigned long)srandmemberCommand}, {"sremCommand",(unsigned long)sremCommand}, {"stringObjectLen",(unsigned long)stringObjectLen}, +{"stringmatch",(unsigned long)stringmatch}, +{"stringmatchlen",(unsigned long)stringmatchlen}, {"substrCommand",(unsigned long)substrCommand}, {"sunionCommand",(unsigned long)sunionCommand}, {"sunionDiffGenericCommand",(unsigned long)sunionDiffGenericCommand}, @@ -224,6 +242,8 @@ static struct redisFunctionSym symsTable[] = { {"unblockClientWaitingData",(unsigned long)unblockClientWaitingData}, {"unlockThreadedIO",(unsigned long)unlockThreadedIO}, {"updateSlavesWaitingBgsave",(unsigned long)updateSlavesWaitingBgsave}, +{"usage",(unsigned long)usage}, +{"version",(unsigned long)version}, {"vmCanSwapOut",(unsigned long)vmCanSwapOut}, {"vmCancelThreadedIOJob",(unsigned long)vmCancelThreadedIOJob}, {"vmFindContiguousPages",(unsigned long)vmFindContiguousPages}, @@ -274,6 +294,7 @@ static struct redisFunctionSym symsTable[] = { {"zslInsert",(unsigned long)zslInsert}, {"zslRandomLevel",(unsigned long)zslRandomLevel}, {"zunionCommand",(unsigned long)zunionCommand}, +{"zunionInterBlockClientOnSwappedKeys",(unsigned long)zunionInterBlockClientOnSwappedKeys}, {"zunionInterGenericCommand",(unsigned long)zunionInterGenericCommand}, {NULL,0} };