X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/e3f46030fcfd0ffd916d473b16d0ed07e138fefb..4132ad8d49e9a26425497048404f32b151362fe1:/staticsymbols.h diff --git a/staticsymbols.h b/staticsymbols.h index 85f07d32..ab4ada7d 100644 --- a/staticsymbols.h +++ b/staticsymbols.h @@ -3,10 +3,14 @@ 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}, +{"addReplyLongLong",(unsigned long)addReplyLongLong}, {"addReplySds",(unsigned long)addReplySds}, +{"addReplyUlong",(unsigned long)addReplyUlong}, {"aofRemoveTempFile",(unsigned long)aofRemoveTempFile}, {"appendCommand",(unsigned long)appendCommand}, {"appendServerSaveParams",(unsigned long)appendServerSaveParams}, @@ -21,9 +25,14 @@ 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}, {"createListObject",(unsigned long)createListObject}, @@ -72,13 +81,16 @@ static struct redisFunctionSym symsTable[] = { {"freeIOJob",(unsigned long)freeIOJob}, {"freeListObject",(unsigned long)freeListObject}, {"freeMemoryIfNeeded",(unsigned long)freeMemoryIfNeeded}, +{"freePubsubPattern",(unsigned long)freePubsubPattern}, {"freeSetObject",(unsigned long)freeSetObject}, {"freeStringObject",(unsigned long)freeStringObject}, {"freeZsetObject",(unsigned long)freeZsetObject}, -{"fwriteBulk",(unsigned long)fwriteBulk}, {"fwriteBulkDouble",(unsigned long)fwriteBulkDouble}, {"fwriteBulkLong",(unsigned long)fwriteBulkLong}, +{"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}, @@ -89,9 +101,16 @@ 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}, +{"hincrbyCommand",(unsigned long)hincrbyCommand}, +{"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}, @@ -104,13 +123,17 @@ static struct redisFunctionSym symsTable[] = { {"keysCommand",(unsigned long)keysCommand}, {"lastsaveCommand",(unsigned long)lastsaveCommand}, {"lindexCommand",(unsigned long)lindexCommand}, +{"listMatchObjects",(unsigned long)listMatchObjects}, +{"listMatchPubsubPattern",(unsigned long)listMatchPubsubPattern}, {"llenCommand",(unsigned long)llenCommand}, {"loadServerConfig",(unsigned long)loadServerConfig}, {"lockThreadedIO",(unsigned long)lockThreadedIO}, {"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}, @@ -129,8 +152,19 @@ static struct redisFunctionSym symsTable[] = { {"popGenericCommand",(unsigned long)popGenericCommand}, {"processCommand",(unsigned long)processCommand}, {"processInputBuffer",(unsigned long)processInputBuffer}, +{"psubscribeCommand",(unsigned long)psubscribeCommand}, +{"publishCommand",(unsigned long)publishCommand}, +{"pubsubPublishMessage",(unsigned long)pubsubPublishMessage}, +{"pubsubSubscribeChannel",(unsigned long)pubsubSubscribeChannel}, +{"pubsubSubscribePattern",(unsigned long)pubsubSubscribePattern}, +{"pubsubUnsubscribeAllChannels",(unsigned long)pubsubUnsubscribeAllChannels}, +{"pubsubUnsubscribeAllPatterns",(unsigned long)pubsubUnsubscribeAllPatterns}, +{"pubsubUnsubscribeChannel",(unsigned long)pubsubUnsubscribeChannel}, +{"pubsubUnsubscribePattern",(unsigned long)pubsubUnsubscribePattern}, +{"punsubscribeCommand",(unsigned long)punsubscribeCommand}, {"pushGenericCommand",(unsigned long)pushGenericCommand}, {"qsortCompareSetsByCardinality",(unsigned long)qsortCompareSetsByCardinality}, +{"qsortCompareZsetopsrcByCardinality",(unsigned long)qsortCompareZsetopsrcByCardinality}, {"queueIOJob",(unsigned long)queueIOJob}, {"queueMultiCommand",(unsigned long)queueMultiCommand}, {"randomkeyCommand",(unsigned long)randomkeyCommand}, @@ -203,6 +237,9 @@ static struct redisFunctionSym symsTable[] = { {"srandmemberCommand",(unsigned long)srandmemberCommand}, {"sremCommand",(unsigned long)sremCommand}, {"stringObjectLen",(unsigned long)stringObjectLen}, +{"stringmatch",(unsigned long)stringmatch}, +{"stringmatchlen",(unsigned long)stringmatchlen}, +{"subscribeCommand",(unsigned long)subscribeCommand}, {"substrCommand",(unsigned long)substrCommand}, {"sunionCommand",(unsigned long)sunionCommand}, {"sunionDiffGenericCommand",(unsigned long)sunionDiffGenericCommand}, @@ -214,13 +251,16 @@ static struct redisFunctionSym symsTable[] = { {"syncWrite",(unsigned long)syncWrite}, {"tryFreeOneObjectFromFreelist",(unsigned long)tryFreeOneObjectFromFreelist}, {"tryObjectEncoding",(unsigned long)tryObjectEncoding}, -{"tryObjectSharing",(unsigned long)tryObjectSharing}, {"tryResizeHashTables",(unsigned long)tryResizeHashTables}, {"ttlCommand",(unsigned long)ttlCommand}, {"typeCommand",(unsigned long)typeCommand}, {"unblockClientWaitingData",(unsigned long)unblockClientWaitingData}, {"unlockThreadedIO",(unsigned long)unlockThreadedIO}, +{"unsubscribeCommand",(unsigned long)unsubscribeCommand}, +{"updateDictResizePolicy",(unsigned long)updateDictResizePolicy}, {"updateSlavesWaitingBgsave",(unsigned long)updateSlavesWaitingBgsave}, +{"usage",(unsigned long)usage}, +{"version",(unsigned long)version}, {"vmCanSwapOut",(unsigned long)vmCanSwapOut}, {"vmCancelThreadedIOJob",(unsigned long)vmCancelThreadedIOJob}, {"vmFindContiguousPages",(unsigned long)vmFindContiguousPages}, @@ -250,13 +290,17 @@ static struct redisFunctionSym symsTable[] = { {"zcardCommand",(unsigned long)zcardCommand}, {"zcountCommand",(unsigned long)zcountCommand}, {"zincrbyCommand",(unsigned long)zincrbyCommand}, +{"zinterCommand",(unsigned long)zinterCommand}, {"zrangeCommand",(unsigned long)zrangeCommand}, {"zrangeGenericCommand",(unsigned long)zrangeGenericCommand}, {"zrangebyscoreCommand",(unsigned long)zrangebyscoreCommand}, {"zrankCommand",(unsigned long)zrankCommand}, +{"zrankGenericCommand",(unsigned long)zrankGenericCommand}, {"zremCommand",(unsigned long)zremCommand}, +{"zremrangebyrankCommand",(unsigned long)zremrangebyrankCommand}, {"zremrangebyscoreCommand",(unsigned long)zremrangebyscoreCommand}, {"zrevrangeCommand",(unsigned long)zrevrangeCommand}, +{"zrevrankCommand",(unsigned long)zrevrankCommand}, {"zscoreCommand",(unsigned long)zscoreCommand}, {"zslCreate",(unsigned long)zslCreate}, {"zslCreateNode",(unsigned long)zslCreateNode}, @@ -266,5 +310,8 @@ static struct redisFunctionSym symsTable[] = { {"zslFreeNode",(unsigned long)zslFreeNode}, {"zslInsert",(unsigned long)zslInsert}, {"zslRandomLevel",(unsigned long)zslRandomLevel}, +{"zunionCommand",(unsigned long)zunionCommand}, +{"zunionInterBlockClientOnSwappedKeys",(unsigned long)zunionInterBlockClientOnSwappedKeys}, +{"zunionInterGenericCommand",(unsigned long)zunionInterGenericCommand}, {NULL,0} };