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