]> git.saurik.com Git - redis.git/blame - staticsymbols.h
one more fix for endianess detection
[redis.git] / staticsymbols.h
CommitLineData
bcfc686d 1static struct redisFunctionSym symsTable[] = {
f11b8647 2{"IOThreadEntryPoint",(unsigned long)IOThreadEntryPoint},
dfc5e96c 3{"_redisAssert",(unsigned long)_redisAssert},
a0e7e5f5 4{"_redisPanic",(unsigned long)_redisPanic},
bcfc686d 5{"acceptHandler",(unsigned long)acceptHandler},
6{"addReply",(unsigned long)addReply},
ad6de43c 7{"addReplyBulk",(unsigned long)addReplyBulk},
248ea310 8{"addReplyBulkCString",(unsigned long)addReplyBulkCString},
bcfc686d 9{"addReplyBulkLen",(unsigned long)addReplyBulkLen},
9d65a1bb 10{"addReplyDouble",(unsigned long)addReplyDouble},
b1befe6a 11{"addReplyLong",(unsigned long)addReplyLong},
884d4b39 12{"addReplyLongLong",(unsigned long)addReplyLongLong},
bcfc686d 13{"addReplySds",(unsigned long)addReplySds},
ad6de43c 14{"addReplyUlong",(unsigned long)addReplyUlong},
9d65a1bb 15{"aofRemoveTempFile",(unsigned long)aofRemoveTempFile},
b1befe6a 16{"appendCommand",(unsigned long)appendCommand},
bcfc686d 17{"appendServerSaveParams",(unsigned long)appendServerSaveParams},
18{"authCommand",(unsigned long)authCommand},
d5d55fc3 19{"beforeSleep",(unsigned long)beforeSleep},
9d65a1bb 20{"bgrewriteaofCommand",(unsigned long)bgrewriteaofCommand},
bcfc686d 21{"bgsaveCommand",(unsigned long)bgsaveCommand},
d5d55fc3 22{"blockClientOnSwappedKeys",(unsigned long)blockClientOnSwappedKeys},
b177fd30 23{"blockForKeys",(unsigned long)blockForKeys},
4409877e 24{"blockingPopGenericCommand",(unsigned long)blockingPopGenericCommand},
25{"blpopCommand",(unsigned long)blpopCommand},
26{"brpopCommand",(unsigned long)brpopCommand},
a69a0c9c 27{"bytesToHuman",(unsigned long)bytesToHuman},
4409877e 28{"call",(unsigned long)call},
5d373da9 29{"catAppendOnlyExpireAtCommand",(unsigned long)catAppendOnlyExpireAtCommand},
30{"catAppendOnlyGenericCommand",(unsigned long)catAppendOnlyGenericCommand},
ad6de43c 31{"checkType",(unsigned long)checkType},
bcfc686d 32{"closeTimedoutClients",(unsigned long)closeTimedoutClients},
33{"compareStringObjects",(unsigned long)compareStringObjects},
5d373da9 34{"computeDatasetDigest",(unsigned long)computeDatasetDigest},
4ef8de8a 35{"computeObjectSwappability",(unsigned long)computeObjectSwappability},
248ea310 36{"configCommand",(unsigned long)configCommand},
37{"configGetCommand",(unsigned long)configGetCommand},
38{"configSetCommand",(unsigned long)configSetCommand},
9c8e3cee 39{"convertToRealHash",(unsigned long)convertToRealHash},
bcfc686d 40{"createClient",(unsigned long)createClient},
b1befe6a 41{"createHashObject",(unsigned long)createHashObject},
bcfc686d 42{"createListObject",(unsigned long)createListObject},
43{"createObject",(unsigned long)createObject},
44{"createSetObject",(unsigned long)createSetObject},
45{"createSharedObjects",(unsigned long)createSharedObjects},
46{"createSortOperation",(unsigned long)createSortOperation},
47{"createStringObject",(unsigned long)createStringObject},
a0e7e5f5 48{"createStringObjectFromLongLong",(unsigned long)createStringObjectFromLongLong},
bcfc686d 49{"createZsetObject",(unsigned long)createZsetObject},
50{"daemonize",(unsigned long)daemonize},
51{"dbsizeCommand",(unsigned long)dbsizeCommand},
52{"debugCommand",(unsigned long)debugCommand},
53{"decrCommand",(unsigned long)decrCommand},
54{"decrRefCount",(unsigned long)decrRefCount},
55{"decrbyCommand",(unsigned long)decrbyCommand},
56{"delCommand",(unsigned long)delCommand},
a69a0c9c 57{"deleteIfSwapped",(unsigned long)deleteIfSwapped},
bcfc686d 58{"deleteIfVolatile",(unsigned long)deleteIfVolatile},
59{"deleteKey",(unsigned long)deleteKey},
60{"dictEncObjKeyCompare",(unsigned long)dictEncObjKeyCompare},
4409877e 61{"dictListDestructor",(unsigned long)dictListDestructor},
bcfc686d 62{"dictObjKeyCompare",(unsigned long)dictObjKeyCompare},
63{"dictRedisObjectDestructor",(unsigned long)dictRedisObjectDestructor},
64{"dictVanillaFree",(unsigned long)dictVanillaFree},
b1befe6a 65{"discardCommand",(unsigned long)discardCommand},
d5d55fc3 66{"dontWaitForSwappedKey",(unsigned long)dontWaitForSwappedKey},
bcfc686d 67{"dupClientReplyValue",(unsigned long)dupClientReplyValue},
4ef8de8a 68{"dupStringObject",(unsigned long)dupStringObject},
bcfc686d 69{"echoCommand",(unsigned long)echoCommand},
5d373da9 70{"equalStringObjects",(unsigned long)equalStringObjects},
71{"execBlockClientOnSwappedKeys",(unsigned long)execBlockClientOnSwappedKeys},
4409877e 72{"execCommand",(unsigned long)execCommand},
a0e7e5f5 73{"execCommandReplicateMulti",(unsigned long)execCommandReplicateMulti},
bcfc686d 74{"existsCommand",(unsigned long)existsCommand},
75{"expireCommand",(unsigned long)expireCommand},
76{"expireGenericCommand",(unsigned long)expireGenericCommand},
77{"expireIfNeeded",(unsigned long)expireIfNeeded},
78{"expireatCommand",(unsigned long)expireatCommand},
79{"feedAppendOnlyFile",(unsigned long)feedAppendOnlyFile},
80{"findFuncName",(unsigned long)findFuncName},
a0e7e5f5 81{"flushAppendOnlyFile",(unsigned long)flushAppendOnlyFile},
bcfc686d 82{"flushallCommand",(unsigned long)flushallCommand},
83{"flushdbCommand",(unsigned long)flushdbCommand},
84{"freeClient",(unsigned long)freeClient},
85{"freeClientArgv",(unsigned long)freeClientArgv},
4409877e 86{"freeClientMultiState",(unsigned long)freeClientMultiState},
bcfc686d 87{"freeFakeClient",(unsigned long)freeFakeClient},
88{"freeHashObject",(unsigned long)freeHashObject},
f11b8647 89{"freeIOJob",(unsigned long)freeIOJob},
bcfc686d 90{"freeListObject",(unsigned long)freeListObject},
91{"freeMemoryIfNeeded",(unsigned long)freeMemoryIfNeeded},
884d4b39 92{"freePubsubPattern",(unsigned long)freePubsubPattern},
bcfc686d 93{"freeSetObject",(unsigned long)freeSetObject},
94{"freeStringObject",(unsigned long)freeStringObject},
95{"freeZsetObject",(unsigned long)freeZsetObject},
9d65a1bb 96{"fwriteBulkDouble",(unsigned long)fwriteBulkDouble},
97{"fwriteBulkLong",(unsigned long)fwriteBulkLong},
9c8e3cee 98{"fwriteBulkObject",(unsigned long)fwriteBulkObject},
99{"fwriteBulkString",(unsigned long)fwriteBulkString},
dfc5e96c 100{"genRedisInfoString",(unsigned long)genRedisInfoString},
ad6de43c 101{"genericHgetallCommand",(unsigned long)genericHgetallCommand},
b1befe6a 102{"genericZrangebyscoreCommand",(unsigned long)genericZrangebyscoreCommand},
bcfc686d 103{"getCommand",(unsigned long)getCommand},
104{"getDecodedObject",(unsigned long)getDecodedObject},
a0e7e5f5 105{"getDoubleFromObject",(unsigned long)getDoubleFromObject},
106{"getDoubleFromObjectOrReply",(unsigned long)getDoubleFromObjectOrReply},
bcfc686d 107{"getExpire",(unsigned long)getExpire},
4409877e 108{"getGenericCommand",(unsigned long)getGenericCommand},
a0e7e5f5 109{"getLongFromObjectOrReply",(unsigned long)getLongFromObjectOrReply},
110{"getLongLongFromObject",(unsigned long)getLongLongFromObject},
111{"getLongLongFromObjectOrReply",(unsigned long)getLongLongFromObjectOrReply},
bcfc686d 112{"getMcontextEip",(unsigned long)getMcontextEip},
113{"getsetCommand",(unsigned long)getsetCommand},
114{"glueReplyBuffersIfNeeded",(unsigned long)glueReplyBuffersIfNeeded},
d5d55fc3 115{"handleClientsBlockedOnSwappedKey",(unsigned long)handleClientsBlockedOnSwappedKey},
4409877e 116{"handleClientsWaitingListPush",(unsigned long)handleClientsWaitingListPush},
a0e7e5f5 117{"hashCurrent",(unsigned long)hashCurrent},
118{"hashDelete",(unsigned long)hashDelete},
119{"hashExists",(unsigned long)hashExists},
120{"hashGet",(unsigned long)hashGet},
121{"hashInitIterator",(unsigned long)hashInitIterator},
122{"hashLookupWriteOrCreate",(unsigned long)hashLookupWriteOrCreate},
123{"hashNext",(unsigned long)hashNext},
124{"hashReleaseIterator",(unsigned long)hashReleaseIterator},
125{"hashSet",(unsigned long)hashSet},
126{"hashTryConversion",(unsigned long)hashTryConversion},
127{"hashTryObjectEncoding",(unsigned long)hashTryObjectEncoding},
ad6de43c 128{"hdelCommand",(unsigned long)hdelCommand},
129{"hexistsCommand",(unsigned long)hexistsCommand},
b1befe6a 130{"hgetCommand",(unsigned long)hgetCommand},
ad6de43c 131{"hgetallCommand",(unsigned long)hgetallCommand},
884d4b39 132{"hincrbyCommand",(unsigned long)hincrbyCommand},
ad6de43c 133{"hkeysCommand",(unsigned long)hkeysCommand},
134{"hlenCommand",(unsigned long)hlenCommand},
a0e7e5f5 135{"hmgetCommand",(unsigned long)hmgetCommand},
136{"hmsetCommand",(unsigned long)hmsetCommand},
b1befe6a 137{"hsetCommand",(unsigned long)hsetCommand},
a0e7e5f5 138{"hsetnxCommand",(unsigned long)hsetnxCommand},
bcfc686d 139{"htNeedsResize",(unsigned long)htNeedsResize},
ad6de43c 140{"hvalsCommand",(unsigned long)hvalsCommand},
bcfc686d 141{"incrCommand",(unsigned long)incrCommand},
142{"incrDecrCommand",(unsigned long)incrDecrCommand},
143{"incrRefCount",(unsigned long)incrRefCount},
144{"incrbyCommand",(unsigned long)incrbyCommand},
a0e7e5f5 145{"incrementallyRehash",(unsigned long)incrementallyRehash},
bcfc686d 146{"infoCommand",(unsigned long)infoCommand},
4409877e 147{"initClientMultiState",(unsigned long)initClientMultiState},
bcfc686d 148{"initServer",(unsigned long)initServer},
149{"initServerConfig",(unsigned long)initServerConfig},
150{"isStringRepresentableAsLong",(unsigned long)isStringRepresentableAsLong},
151{"keysCommand",(unsigned long)keysCommand},
152{"lastsaveCommand",(unsigned long)lastsaveCommand},
153{"lindexCommand",(unsigned long)lindexCommand},
884d4b39 154{"listMatchObjects",(unsigned long)listMatchObjects},
155{"listMatchPubsubPattern",(unsigned long)listMatchPubsubPattern},
5d373da9 156{"ll2string",(unsigned long)ll2string},
bcfc686d 157{"llenCommand",(unsigned long)llenCommand},
158{"loadServerConfig",(unsigned long)loadServerConfig},
a69a0c9c 159{"lockThreadedIO",(unsigned long)lockThreadedIO},
bcfc686d 160{"lookupKey",(unsigned long)lookupKey},
161{"lookupKeyByPattern",(unsigned long)lookupKeyByPattern},
162{"lookupKeyRead",(unsigned long)lookupKeyRead},
ad6de43c 163{"lookupKeyReadOrReply",(unsigned long)lookupKeyReadOrReply},
bcfc686d 164{"lookupKeyWrite",(unsigned long)lookupKeyWrite},
ad6de43c 165{"lookupKeyWriteOrReply",(unsigned long)lookupKeyWriteOrReply},
bcfc686d 166{"lpopCommand",(unsigned long)lpopCommand},
167{"lpushCommand",(unsigned long)lpushCommand},
168{"lrangeCommand",(unsigned long)lrangeCommand},
169{"lremCommand",(unsigned long)lremCommand},
170{"lsetCommand",(unsigned long)lsetCommand},
171{"ltrimCommand",(unsigned long)ltrimCommand},
172{"mgetCommand",(unsigned long)mgetCommand},
5d373da9 173{"mixDigest",(unsigned long)mixDigest},
174{"mixObjectDigest",(unsigned long)mixObjectDigest},
bcfc686d 175{"monitorCommand",(unsigned long)monitorCommand},
176{"moveCommand",(unsigned long)moveCommand},
177{"msetCommand",(unsigned long)msetCommand},
178{"msetGenericCommand",(unsigned long)msetGenericCommand},
179{"msetnxCommand",(unsigned long)msetnxCommand},
4409877e 180{"multiCommand",(unsigned long)multiCommand},
bcfc686d 181{"oom",(unsigned long)oom},
182{"pingCommand",(unsigned long)pingCommand},
183{"popGenericCommand",(unsigned long)popGenericCommand},
184{"processCommand",(unsigned long)processCommand},
185{"processInputBuffer",(unsigned long)processInputBuffer},
884d4b39 186{"psubscribeCommand",(unsigned long)psubscribeCommand},
187{"publishCommand",(unsigned long)publishCommand},
188{"pubsubPublishMessage",(unsigned long)pubsubPublishMessage},
189{"pubsubSubscribeChannel",(unsigned long)pubsubSubscribeChannel},
190{"pubsubSubscribePattern",(unsigned long)pubsubSubscribePattern},
191{"pubsubUnsubscribeAllChannels",(unsigned long)pubsubUnsubscribeAllChannels},
192{"pubsubUnsubscribeAllPatterns",(unsigned long)pubsubUnsubscribeAllPatterns},
193{"pubsubUnsubscribeChannel",(unsigned long)pubsubUnsubscribeChannel},
194{"pubsubUnsubscribePattern",(unsigned long)pubsubUnsubscribePattern},
195{"punsubscribeCommand",(unsigned long)punsubscribeCommand},
bcfc686d 196{"pushGenericCommand",(unsigned long)pushGenericCommand},
197{"qsortCompareSetsByCardinality",(unsigned long)qsortCompareSetsByCardinality},
9c8e3cee 198{"qsortCompareZsetopsrcByCardinality",(unsigned long)qsortCompareZsetopsrcByCardinality},
f11b8647 199{"queueIOJob",(unsigned long)queueIOJob},
4409877e 200{"queueMultiCommand",(unsigned long)queueMultiCommand},
bcfc686d 201{"randomkeyCommand",(unsigned long)randomkeyCommand},
5d373da9 202{"rdbEncodeInteger",(unsigned long)rdbEncodeInteger},
203{"rdbGenericLoadStringObject",(unsigned long)rdbGenericLoadStringObject},
bcfc686d 204{"rdbLoad",(unsigned long)rdbLoad},
205{"rdbLoadDoubleValue",(unsigned long)rdbLoadDoubleValue},
5d373da9 206{"rdbLoadEncodedStringObject",(unsigned long)rdbLoadEncodedStringObject},
bcfc686d 207{"rdbLoadIntegerObject",(unsigned long)rdbLoadIntegerObject},
208{"rdbLoadLen",(unsigned long)rdbLoadLen},
209{"rdbLoadLzfStringObject",(unsigned long)rdbLoadLzfStringObject},
4ef8de8a 210{"rdbLoadObject",(unsigned long)rdbLoadObject},
bcfc686d 211{"rdbLoadStringObject",(unsigned long)rdbLoadStringObject},
212{"rdbLoadTime",(unsigned long)rdbLoadTime},
213{"rdbLoadType",(unsigned long)rdbLoadType},
214{"rdbRemoveTempFile",(unsigned long)rdbRemoveTempFile},
215{"rdbSave",(unsigned long)rdbSave},
216{"rdbSaveBackground",(unsigned long)rdbSaveBackground},
217{"rdbSaveDoubleValue",(unsigned long)rdbSaveDoubleValue},
218{"rdbSaveLen",(unsigned long)rdbSaveLen},
219{"rdbSaveLzfStringObject",(unsigned long)rdbSaveLzfStringObject},
4ef8de8a 220{"rdbSaveObject",(unsigned long)rdbSaveObject},
b1befe6a 221{"rdbSaveRawString",(unsigned long)rdbSaveRawString},
bcfc686d 222{"rdbSaveStringObject",(unsigned long)rdbSaveStringObject},
bcfc686d 223{"rdbSaveTime",(unsigned long)rdbSaveTime},
224{"rdbSaveType",(unsigned long)rdbSaveType},
4ef8de8a 225{"rdbSavedObjectLen",(unsigned long)rdbSavedObjectLen},
226{"rdbSavedObjectPages",(unsigned long)rdbSavedObjectPages},
bcfc686d 227{"rdbTryIntegerEncoding",(unsigned long)rdbTryIntegerEncoding},
228{"readQueryFromClient",(unsigned long)readQueryFromClient},
229{"redisLog",(unsigned long)redisLog},
230{"removeExpire",(unsigned long)removeExpire},
231{"renameCommand",(unsigned long)renameCommand},
232{"renameGenericCommand",(unsigned long)renameGenericCommand},
233{"renamenxCommand",(unsigned long)renamenxCommand},
a0e7e5f5 234{"replicationFeedMonitors",(unsigned long)replicationFeedMonitors},
bcfc686d 235{"replicationFeedSlaves",(unsigned long)replicationFeedSlaves},
236{"resetClient",(unsigned long)resetClient},
237{"resetServerSaveParams",(unsigned long)resetServerSaveParams},
9d65a1bb 238{"rewriteAppendOnlyFile",(unsigned long)rewriteAppendOnlyFile},
239{"rewriteAppendOnlyFileBackground",(unsigned long)rewriteAppendOnlyFileBackground},
bcfc686d 240{"rpopCommand",(unsigned long)rpopCommand},
9d65a1bb 241{"rpoplpushcommand",(unsigned long)rpoplpushcommand},
bcfc686d 242{"rpushCommand",(unsigned long)rpushCommand},
243{"saddCommand",(unsigned long)saddCommand},
244{"saveCommand",(unsigned long)saveCommand},
245{"scardCommand",(unsigned long)scardCommand},
246{"sdiffCommand",(unsigned long)sdiffCommand},
247{"sdiffstoreCommand",(unsigned long)sdiffstoreCommand},
248{"sdsDictKeyCompare",(unsigned long)sdsDictKeyCompare},
a0e7e5f5 249{"sdscatrepr",(unsigned long)sdscatrepr},
bcfc686d 250{"segvHandler",(unsigned long)segvHandler},
251{"selectCommand",(unsigned long)selectCommand},
252{"selectDb",(unsigned long)selectDb},
253{"sendBulkToSlave",(unsigned long)sendBulkToSlave},
254{"sendReplyToClient",(unsigned long)sendReplyToClient},
9d65a1bb 255{"sendReplyToClientWritev",(unsigned long)sendReplyToClientWritev},
bcfc686d 256{"serverCron",(unsigned long)serverCron},
257{"setCommand",(unsigned long)setCommand},
258{"setExpire",(unsigned long)setExpire},
259{"setGenericCommand",(unsigned long)setGenericCommand},
a0e7e5f5 260{"setexCommand",(unsigned long)setexCommand},
bcfc686d 261{"setnxCommand",(unsigned long)setnxCommand},
262{"setupSigSegvAction",(unsigned long)setupSigSegvAction},
263{"shutdownCommand",(unsigned long)shutdownCommand},
264{"sinterCommand",(unsigned long)sinterCommand},
265{"sinterGenericCommand",(unsigned long)sinterGenericCommand},
266{"sinterstoreCommand",(unsigned long)sinterstoreCommand},
267{"sismemberCommand",(unsigned long)sismemberCommand},
268{"slaveofCommand",(unsigned long)slaveofCommand},
269{"smoveCommand",(unsigned long)smoveCommand},
270{"sortCommand",(unsigned long)sortCommand},
271{"sortCompare",(unsigned long)sortCompare},
f11b8647 272{"spawnIOThread",(unsigned long)spawnIOThread},
bcfc686d 273{"spopCommand",(unsigned long)spopCommand},
274{"srandmemberCommand",(unsigned long)srandmemberCommand},
275{"sremCommand",(unsigned long)sremCommand},
276{"stringObjectLen",(unsigned long)stringObjectLen},
248ea310 277{"stringmatch",(unsigned long)stringmatch},
278{"stringmatchlen",(unsigned long)stringmatchlen},
884d4b39 279{"subscribeCommand",(unsigned long)subscribeCommand},
b1befe6a 280{"substrCommand",(unsigned long)substrCommand},
bcfc686d 281{"sunionCommand",(unsigned long)sunionCommand},
282{"sunionDiffGenericCommand",(unsigned long)sunionDiffGenericCommand},
283{"sunionstoreCommand",(unsigned long)sunionstoreCommand},
284{"syncCommand",(unsigned long)syncCommand},
285{"syncRead",(unsigned long)syncRead},
286{"syncReadLine",(unsigned long)syncReadLine},
287{"syncWithMaster",(unsigned long)syncWithMaster},
288{"syncWrite",(unsigned long)syncWrite},
a5819310 289{"tryFreeOneObjectFromFreelist",(unsigned long)tryFreeOneObjectFromFreelist},
bcfc686d 290{"tryObjectEncoding",(unsigned long)tryObjectEncoding},
bcfc686d 291{"tryResizeHashTables",(unsigned long)tryResizeHashTables},
292{"ttlCommand",(unsigned long)ttlCommand},
293{"typeCommand",(unsigned long)typeCommand},
b0d8747d 294{"unblockClientWaitingData",(unsigned long)unblockClientWaitingData},
a69a0c9c 295{"unlockThreadedIO",(unsigned long)unlockThreadedIO},
884d4b39 296{"unsubscribeCommand",(unsigned long)unsubscribeCommand},
297{"updateDictResizePolicy",(unsigned long)updateDictResizePolicy},
bcfc686d 298{"updateSlavesWaitingBgsave",(unsigned long)updateSlavesWaitingBgsave},
248ea310 299{"usage",(unsigned long)usage},
300{"version",(unsigned long)version},
a69a0c9c 301{"vmCanSwapOut",(unsigned long)vmCanSwapOut},
302{"vmCancelThreadedIOJob",(unsigned long)vmCancelThreadedIOJob},
4ef8de8a 303{"vmFindContiguousPages",(unsigned long)vmFindContiguousPages},
304{"vmFreePage",(unsigned long)vmFreePage},
a69a0c9c 305{"vmGenericLoadObject",(unsigned long)vmGenericLoadObject},
4ef8de8a 306{"vmInit",(unsigned long)vmInit},
307{"vmLoadObject",(unsigned long)vmLoadObject},
308{"vmMarkPageFree",(unsigned long)vmMarkPageFree},
309{"vmMarkPageUsed",(unsigned long)vmMarkPageUsed},
310{"vmMarkPagesFree",(unsigned long)vmMarkPagesFree},
311{"vmMarkPagesUsed",(unsigned long)vmMarkPagesUsed},
a69a0c9c 312{"vmPreviewObject",(unsigned long)vmPreviewObject},
33843a90 313{"vmReadObjectFromSwap",(unsigned long)vmReadObjectFromSwap},
314{"vmReopenSwapFile",(unsigned long)vmReopenSwapFile},
a69a0c9c 315{"vmSwapObjectBlocking",(unsigned long)vmSwapObjectBlocking},
316{"vmSwapObjectThreaded",(unsigned long)vmSwapObjectThreaded},
4ef8de8a 317{"vmSwapOneObject",(unsigned long)vmSwapOneObject},
a69a0c9c 318{"vmSwapOneObjectBlocking",(unsigned long)vmSwapOneObjectBlocking},
319{"vmSwapOneObjectThreaded",(unsigned long)vmSwapOneObjectThreaded},
320{"vmThreadedIOCompletedJob",(unsigned long)vmThreadedIOCompletedJob},
33843a90 321{"vmWriteObjectOnSwap",(unsigned long)vmWriteObjectOnSwap},
322{"waitEmptyIOJobsQueue",(unsigned long)waitEmptyIOJobsQueue},
5d373da9 323{"waitForMultipleSwappedKeys",(unsigned long)waitForMultipleSwappedKeys},
d5d55fc3 324{"waitForSwappedKey",(unsigned long)waitForSwappedKey},
5d373da9 325{"xorDigest",(unsigned long)xorDigest},
326{"xorObjectDigest",(unsigned long)xorObjectDigest},
bcfc686d 327{"yesnotoi",(unsigned long)yesnotoi},
328{"zaddCommand",(unsigned long)zaddCommand},
9d65a1bb 329{"zaddGenericCommand",(unsigned long)zaddGenericCommand},
bcfc686d 330{"zcardCommand",(unsigned long)zcardCommand},
b1befe6a 331{"zcountCommand",(unsigned long)zcountCommand},
9d65a1bb 332{"zincrbyCommand",(unsigned long)zincrbyCommand},
5d373da9 333{"zinterstoreCommand",(unsigned long)zinterstoreCommand},
bcfc686d 334{"zrangeCommand",(unsigned long)zrangeCommand},
335{"zrangeGenericCommand",(unsigned long)zrangeGenericCommand},
336{"zrangebyscoreCommand",(unsigned long)zrangebyscoreCommand},
b1befe6a 337{"zrankCommand",(unsigned long)zrankCommand},
9c8e3cee 338{"zrankGenericCommand",(unsigned long)zrankGenericCommand},
bcfc686d 339{"zremCommand",(unsigned long)zremCommand},
9c8e3cee 340{"zremrangebyrankCommand",(unsigned long)zremrangebyrankCommand},
bcfc686d 341{"zremrangebyscoreCommand",(unsigned long)zremrangebyscoreCommand},
342{"zrevrangeCommand",(unsigned long)zrevrangeCommand},
9c8e3cee 343{"zrevrankCommand",(unsigned long)zrevrankCommand},
bcfc686d 344{"zscoreCommand",(unsigned long)zscoreCommand},
345{"zslCreate",(unsigned long)zslCreate},
346{"zslCreateNode",(unsigned long)zslCreateNode},
347{"zslDelete",(unsigned long)zslDelete},
348{"zslFirstWithScore",(unsigned long)zslFirstWithScore},
349{"zslFree",(unsigned long)zslFree},
350{"zslFreeNode",(unsigned long)zslFreeNode},
351{"zslInsert",(unsigned long)zslInsert},
352{"zslRandomLevel",(unsigned long)zslRandomLevel},
ad6de43c 353{"zunionInterBlockClientOnSwappedKeys",(unsigned long)zunionInterBlockClientOnSwappedKeys},
9c8e3cee 354{"zunionInterGenericCommand",(unsigned long)zunionInterGenericCommand},
5d373da9 355{"zunionstoreCommand",(unsigned long)zunionstoreCommand},
bcfc686d 356{NULL,0}
357};