]> git.saurik.com Git - redis.git/blame - staticsymbols.h
An interesting refactoring + more expressive internal API
[redis.git] / staticsymbols.h
CommitLineData
bcfc686d 1static struct redisFunctionSym symsTable[] = {
f11b8647 2{"IOThreadEntryPoint",(unsigned long)IOThreadEntryPoint},
dfc5e96c 3{"_redisAssert",(unsigned long)_redisAssert},
bcfc686d 4{"acceptHandler",(unsigned long)acceptHandler},
5{"addReply",(unsigned long)addReply},
6{"addReplyBulkLen",(unsigned long)addReplyBulkLen},
9d65a1bb 7{"addReplyDouble",(unsigned long)addReplyDouble},
b1befe6a 8{"addReplyLong",(unsigned long)addReplyLong},
bcfc686d 9{"addReplySds",(unsigned long)addReplySds},
9d65a1bb 10{"aofRemoveTempFile",(unsigned long)aofRemoveTempFile},
b1befe6a 11{"appendCommand",(unsigned long)appendCommand},
bcfc686d 12{"appendServerSaveParams",(unsigned long)appendServerSaveParams},
13{"authCommand",(unsigned long)authCommand},
d5d55fc3 14{"beforeSleep",(unsigned long)beforeSleep},
9d65a1bb 15{"bgrewriteaofCommand",(unsigned long)bgrewriteaofCommand},
bcfc686d 16{"bgsaveCommand",(unsigned long)bgsaveCommand},
d5d55fc3 17{"blockClientOnSwappedKeys",(unsigned long)blockClientOnSwappedKeys},
b177fd30 18{"blockForKeys",(unsigned long)blockForKeys},
4409877e 19{"blockingPopGenericCommand",(unsigned long)blockingPopGenericCommand},
20{"blpopCommand",(unsigned long)blpopCommand},
21{"brpopCommand",(unsigned long)brpopCommand},
a69a0c9c 22{"bytesToHuman",(unsigned long)bytesToHuman},
4409877e 23{"call",(unsigned long)call},
bcfc686d 24{"closeTimedoutClients",(unsigned long)closeTimedoutClients},
25{"compareStringObjects",(unsigned long)compareStringObjects},
4ef8de8a 26{"computeObjectSwappability",(unsigned long)computeObjectSwappability},
9c8e3cee 27{"convertToRealHash",(unsigned long)convertToRealHash},
bcfc686d 28{"createClient",(unsigned long)createClient},
b1befe6a 29{"createHashObject",(unsigned long)createHashObject},
bcfc686d 30{"createListObject",(unsigned long)createListObject},
31{"createObject",(unsigned long)createObject},
32{"createSetObject",(unsigned long)createSetObject},
33{"createSharedObjects",(unsigned long)createSharedObjects},
34{"createSortOperation",(unsigned long)createSortOperation},
35{"createStringObject",(unsigned long)createStringObject},
36{"createZsetObject",(unsigned long)createZsetObject},
37{"daemonize",(unsigned long)daemonize},
38{"dbsizeCommand",(unsigned long)dbsizeCommand},
39{"debugCommand",(unsigned long)debugCommand},
40{"decrCommand",(unsigned long)decrCommand},
41{"decrRefCount",(unsigned long)decrRefCount},
42{"decrbyCommand",(unsigned long)decrbyCommand},
43{"delCommand",(unsigned long)delCommand},
a69a0c9c 44{"deleteIfSwapped",(unsigned long)deleteIfSwapped},
bcfc686d 45{"deleteIfVolatile",(unsigned long)deleteIfVolatile},
46{"deleteKey",(unsigned long)deleteKey},
47{"dictEncObjKeyCompare",(unsigned long)dictEncObjKeyCompare},
4409877e 48{"dictListDestructor",(unsigned long)dictListDestructor},
bcfc686d 49{"dictObjKeyCompare",(unsigned long)dictObjKeyCompare},
50{"dictRedisObjectDestructor",(unsigned long)dictRedisObjectDestructor},
51{"dictVanillaFree",(unsigned long)dictVanillaFree},
b1befe6a 52{"discardCommand",(unsigned long)discardCommand},
d5d55fc3 53{"dontWaitForSwappedKey",(unsigned long)dontWaitForSwappedKey},
bcfc686d 54{"dupClientReplyValue",(unsigned long)dupClientReplyValue},
4ef8de8a 55{"dupStringObject",(unsigned long)dupStringObject},
bcfc686d 56{"echoCommand",(unsigned long)echoCommand},
4409877e 57{"execCommand",(unsigned long)execCommand},
bcfc686d 58{"existsCommand",(unsigned long)existsCommand},
33843a90 59{"expandVmSwapFilename",(unsigned long)expandVmSwapFilename},
bcfc686d 60{"expireCommand",(unsigned long)expireCommand},
61{"expireGenericCommand",(unsigned long)expireGenericCommand},
62{"expireIfNeeded",(unsigned long)expireIfNeeded},
63{"expireatCommand",(unsigned long)expireatCommand},
64{"feedAppendOnlyFile",(unsigned long)feedAppendOnlyFile},
65{"findFuncName",(unsigned long)findFuncName},
66{"flushallCommand",(unsigned long)flushallCommand},
67{"flushdbCommand",(unsigned long)flushdbCommand},
68{"freeClient",(unsigned long)freeClient},
69{"freeClientArgv",(unsigned long)freeClientArgv},
4409877e 70{"freeClientMultiState",(unsigned long)freeClientMultiState},
bcfc686d 71{"freeFakeClient",(unsigned long)freeFakeClient},
72{"freeHashObject",(unsigned long)freeHashObject},
f11b8647 73{"freeIOJob",(unsigned long)freeIOJob},
bcfc686d 74{"freeListObject",(unsigned long)freeListObject},
75{"freeMemoryIfNeeded",(unsigned long)freeMemoryIfNeeded},
76{"freeSetObject",(unsigned long)freeSetObject},
77{"freeStringObject",(unsigned long)freeStringObject},
78{"freeZsetObject",(unsigned long)freeZsetObject},
9d65a1bb 79{"fwriteBulkDouble",(unsigned long)fwriteBulkDouble},
80{"fwriteBulkLong",(unsigned long)fwriteBulkLong},
9c8e3cee 81{"fwriteBulkObject",(unsigned long)fwriteBulkObject},
82{"fwriteBulkString",(unsigned long)fwriteBulkString},
dfc5e96c 83{"genRedisInfoString",(unsigned long)genRedisInfoString},
b1befe6a 84{"genericZrangebyscoreCommand",(unsigned long)genericZrangebyscoreCommand},
bcfc686d 85{"getCommand",(unsigned long)getCommand},
86{"getDecodedObject",(unsigned long)getDecodedObject},
87{"getExpire",(unsigned long)getExpire},
4409877e 88{"getGenericCommand",(unsigned long)getGenericCommand},
bcfc686d 89{"getMcontextEip",(unsigned long)getMcontextEip},
90{"getsetCommand",(unsigned long)getsetCommand},
91{"glueReplyBuffersIfNeeded",(unsigned long)glueReplyBuffersIfNeeded},
d5d55fc3 92{"handleClientsBlockedOnSwappedKey",(unsigned long)handleClientsBlockedOnSwappedKey},
4409877e 93{"handleClientsWaitingListPush",(unsigned long)handleClientsWaitingListPush},
b1befe6a 94{"hgetCommand",(unsigned long)hgetCommand},
95{"hsetCommand",(unsigned long)hsetCommand},
bcfc686d 96{"htNeedsResize",(unsigned long)htNeedsResize},
97{"incrCommand",(unsigned long)incrCommand},
98{"incrDecrCommand",(unsigned long)incrDecrCommand},
99{"incrRefCount",(unsigned long)incrRefCount},
100{"incrbyCommand",(unsigned long)incrbyCommand},
101{"infoCommand",(unsigned long)infoCommand},
4409877e 102{"initClientMultiState",(unsigned long)initClientMultiState},
bcfc686d 103{"initServer",(unsigned long)initServer},
104{"initServerConfig",(unsigned long)initServerConfig},
105{"isStringRepresentableAsLong",(unsigned long)isStringRepresentableAsLong},
106{"keysCommand",(unsigned long)keysCommand},
107{"lastsaveCommand",(unsigned long)lastsaveCommand},
108{"lindexCommand",(unsigned long)lindexCommand},
109{"llenCommand",(unsigned long)llenCommand},
110{"loadServerConfig",(unsigned long)loadServerConfig},
a69a0c9c 111{"lockThreadedIO",(unsigned long)lockThreadedIO},
bcfc686d 112{"lookupKey",(unsigned long)lookupKey},
113{"lookupKeyByPattern",(unsigned long)lookupKeyByPattern},
114{"lookupKeyRead",(unsigned long)lookupKeyRead},
115{"lookupKeyWrite",(unsigned long)lookupKeyWrite},
116{"lpopCommand",(unsigned long)lpopCommand},
117{"lpushCommand",(unsigned long)lpushCommand},
118{"lrangeCommand",(unsigned long)lrangeCommand},
119{"lremCommand",(unsigned long)lremCommand},
120{"lsetCommand",(unsigned long)lsetCommand},
121{"ltrimCommand",(unsigned long)ltrimCommand},
122{"mgetCommand",(unsigned long)mgetCommand},
123{"monitorCommand",(unsigned long)monitorCommand},
124{"moveCommand",(unsigned long)moveCommand},
125{"msetCommand",(unsigned long)msetCommand},
126{"msetGenericCommand",(unsigned long)msetGenericCommand},
127{"msetnxCommand",(unsigned long)msetnxCommand},
4409877e 128{"multiCommand",(unsigned long)multiCommand},
bcfc686d 129{"oom",(unsigned long)oom},
130{"pingCommand",(unsigned long)pingCommand},
131{"popGenericCommand",(unsigned long)popGenericCommand},
132{"processCommand",(unsigned long)processCommand},
133{"processInputBuffer",(unsigned long)processInputBuffer},
134{"pushGenericCommand",(unsigned long)pushGenericCommand},
135{"qsortCompareSetsByCardinality",(unsigned long)qsortCompareSetsByCardinality},
9c8e3cee 136{"qsortCompareZsetopsrcByCardinality",(unsigned long)qsortCompareZsetopsrcByCardinality},
f11b8647 137{"queueIOJob",(unsigned long)queueIOJob},
4409877e 138{"queueMultiCommand",(unsigned long)queueMultiCommand},
bcfc686d 139{"randomkeyCommand",(unsigned long)randomkeyCommand},
140{"rdbLoad",(unsigned long)rdbLoad},
141{"rdbLoadDoubleValue",(unsigned long)rdbLoadDoubleValue},
142{"rdbLoadIntegerObject",(unsigned long)rdbLoadIntegerObject},
143{"rdbLoadLen",(unsigned long)rdbLoadLen},
144{"rdbLoadLzfStringObject",(unsigned long)rdbLoadLzfStringObject},
4ef8de8a 145{"rdbLoadObject",(unsigned long)rdbLoadObject},
bcfc686d 146{"rdbLoadStringObject",(unsigned long)rdbLoadStringObject},
147{"rdbLoadTime",(unsigned long)rdbLoadTime},
148{"rdbLoadType",(unsigned long)rdbLoadType},
149{"rdbRemoveTempFile",(unsigned long)rdbRemoveTempFile},
150{"rdbSave",(unsigned long)rdbSave},
151{"rdbSaveBackground",(unsigned long)rdbSaveBackground},
152{"rdbSaveDoubleValue",(unsigned long)rdbSaveDoubleValue},
153{"rdbSaveLen",(unsigned long)rdbSaveLen},
154{"rdbSaveLzfStringObject",(unsigned long)rdbSaveLzfStringObject},
4ef8de8a 155{"rdbSaveObject",(unsigned long)rdbSaveObject},
b1befe6a 156{"rdbSaveRawString",(unsigned long)rdbSaveRawString},
bcfc686d 157{"rdbSaveStringObject",(unsigned long)rdbSaveStringObject},
bcfc686d 158{"rdbSaveTime",(unsigned long)rdbSaveTime},
159{"rdbSaveType",(unsigned long)rdbSaveType},
4ef8de8a 160{"rdbSavedObjectLen",(unsigned long)rdbSavedObjectLen},
161{"rdbSavedObjectPages",(unsigned long)rdbSavedObjectPages},
bcfc686d 162{"rdbTryIntegerEncoding",(unsigned long)rdbTryIntegerEncoding},
163{"readQueryFromClient",(unsigned long)readQueryFromClient},
164{"redisLog",(unsigned long)redisLog},
165{"removeExpire",(unsigned long)removeExpire},
166{"renameCommand",(unsigned long)renameCommand},
167{"renameGenericCommand",(unsigned long)renameGenericCommand},
168{"renamenxCommand",(unsigned long)renamenxCommand},
169{"replicationFeedSlaves",(unsigned long)replicationFeedSlaves},
170{"resetClient",(unsigned long)resetClient},
171{"resetServerSaveParams",(unsigned long)resetServerSaveParams},
9d65a1bb 172{"rewriteAppendOnlyFile",(unsigned long)rewriteAppendOnlyFile},
173{"rewriteAppendOnlyFileBackground",(unsigned long)rewriteAppendOnlyFileBackground},
bcfc686d 174{"rpopCommand",(unsigned long)rpopCommand},
9d65a1bb 175{"rpoplpushcommand",(unsigned long)rpoplpushcommand},
bcfc686d 176{"rpushCommand",(unsigned long)rpushCommand},
177{"saddCommand",(unsigned long)saddCommand},
178{"saveCommand",(unsigned long)saveCommand},
179{"scardCommand",(unsigned long)scardCommand},
180{"sdiffCommand",(unsigned long)sdiffCommand},
181{"sdiffstoreCommand",(unsigned long)sdiffstoreCommand},
182{"sdsDictKeyCompare",(unsigned long)sdsDictKeyCompare},
183{"segvHandler",(unsigned long)segvHandler},
184{"selectCommand",(unsigned long)selectCommand},
185{"selectDb",(unsigned long)selectDb},
186{"sendBulkToSlave",(unsigned long)sendBulkToSlave},
187{"sendReplyToClient",(unsigned long)sendReplyToClient},
9d65a1bb 188{"sendReplyToClientWritev",(unsigned long)sendReplyToClientWritev},
bcfc686d 189{"serverCron",(unsigned long)serverCron},
190{"setCommand",(unsigned long)setCommand},
191{"setExpire",(unsigned long)setExpire},
192{"setGenericCommand",(unsigned long)setGenericCommand},
193{"setnxCommand",(unsigned long)setnxCommand},
194{"setupSigSegvAction",(unsigned long)setupSigSegvAction},
195{"shutdownCommand",(unsigned long)shutdownCommand},
196{"sinterCommand",(unsigned long)sinterCommand},
197{"sinterGenericCommand",(unsigned long)sinterGenericCommand},
198{"sinterstoreCommand",(unsigned long)sinterstoreCommand},
199{"sismemberCommand",(unsigned long)sismemberCommand},
200{"slaveofCommand",(unsigned long)slaveofCommand},
201{"smoveCommand",(unsigned long)smoveCommand},
202{"sortCommand",(unsigned long)sortCommand},
203{"sortCompare",(unsigned long)sortCompare},
f11b8647 204{"spawnIOThread",(unsigned long)spawnIOThread},
bcfc686d 205{"spopCommand",(unsigned long)spopCommand},
206{"srandmemberCommand",(unsigned long)srandmemberCommand},
207{"sremCommand",(unsigned long)sremCommand},
208{"stringObjectLen",(unsigned long)stringObjectLen},
b1befe6a 209{"substrCommand",(unsigned long)substrCommand},
bcfc686d 210{"sunionCommand",(unsigned long)sunionCommand},
211{"sunionDiffGenericCommand",(unsigned long)sunionDiffGenericCommand},
212{"sunionstoreCommand",(unsigned long)sunionstoreCommand},
213{"syncCommand",(unsigned long)syncCommand},
214{"syncRead",(unsigned long)syncRead},
215{"syncReadLine",(unsigned long)syncReadLine},
216{"syncWithMaster",(unsigned long)syncWithMaster},
217{"syncWrite",(unsigned long)syncWrite},
a5819310 218{"tryFreeOneObjectFromFreelist",(unsigned long)tryFreeOneObjectFromFreelist},
bcfc686d 219{"tryObjectEncoding",(unsigned long)tryObjectEncoding},
220{"tryObjectSharing",(unsigned long)tryObjectSharing},
221{"tryResizeHashTables",(unsigned long)tryResizeHashTables},
222{"ttlCommand",(unsigned long)ttlCommand},
223{"typeCommand",(unsigned long)typeCommand},
b0d8747d 224{"unblockClientWaitingData",(unsigned long)unblockClientWaitingData},
a69a0c9c 225{"unlockThreadedIO",(unsigned long)unlockThreadedIO},
bcfc686d 226{"updateSlavesWaitingBgsave",(unsigned long)updateSlavesWaitingBgsave},
a69a0c9c 227{"vmCanSwapOut",(unsigned long)vmCanSwapOut},
228{"vmCancelThreadedIOJob",(unsigned long)vmCancelThreadedIOJob},
4ef8de8a 229{"vmFindContiguousPages",(unsigned long)vmFindContiguousPages},
230{"vmFreePage",(unsigned long)vmFreePage},
a69a0c9c 231{"vmGenericLoadObject",(unsigned long)vmGenericLoadObject},
4ef8de8a 232{"vmInit",(unsigned long)vmInit},
233{"vmLoadObject",(unsigned long)vmLoadObject},
234{"vmMarkPageFree",(unsigned long)vmMarkPageFree},
235{"vmMarkPageUsed",(unsigned long)vmMarkPageUsed},
236{"vmMarkPagesFree",(unsigned long)vmMarkPagesFree},
237{"vmMarkPagesUsed",(unsigned long)vmMarkPagesUsed},
a69a0c9c 238{"vmPreviewObject",(unsigned long)vmPreviewObject},
33843a90 239{"vmReadObjectFromSwap",(unsigned long)vmReadObjectFromSwap},
240{"vmReopenSwapFile",(unsigned long)vmReopenSwapFile},
a69a0c9c 241{"vmSwapObjectBlocking",(unsigned long)vmSwapObjectBlocking},
242{"vmSwapObjectThreaded",(unsigned long)vmSwapObjectThreaded},
4ef8de8a 243{"vmSwapOneObject",(unsigned long)vmSwapOneObject},
a69a0c9c 244{"vmSwapOneObjectBlocking",(unsigned long)vmSwapOneObjectBlocking},
245{"vmSwapOneObjectThreaded",(unsigned long)vmSwapOneObjectThreaded},
246{"vmThreadedIOCompletedJob",(unsigned long)vmThreadedIOCompletedJob},
33843a90 247{"vmWriteObjectOnSwap",(unsigned long)vmWriteObjectOnSwap},
248{"waitEmptyIOJobsQueue",(unsigned long)waitEmptyIOJobsQueue},
d5d55fc3 249{"waitForSwappedKey",(unsigned long)waitForSwappedKey},
bcfc686d 250{"yesnotoi",(unsigned long)yesnotoi},
251{"zaddCommand",(unsigned long)zaddCommand},
9d65a1bb 252{"zaddGenericCommand",(unsigned long)zaddGenericCommand},
bcfc686d 253{"zcardCommand",(unsigned long)zcardCommand},
b1befe6a 254{"zcountCommand",(unsigned long)zcountCommand},
9d65a1bb 255{"zincrbyCommand",(unsigned long)zincrbyCommand},
9c8e3cee 256{"zinterCommand",(unsigned long)zinterCommand},
bcfc686d 257{"zrangeCommand",(unsigned long)zrangeCommand},
258{"zrangeGenericCommand",(unsigned long)zrangeGenericCommand},
259{"zrangebyscoreCommand",(unsigned long)zrangebyscoreCommand},
b1befe6a 260{"zrankCommand",(unsigned long)zrankCommand},
9c8e3cee 261{"zrankGenericCommand",(unsigned long)zrankGenericCommand},
bcfc686d 262{"zremCommand",(unsigned long)zremCommand},
9c8e3cee 263{"zremrangebyrankCommand",(unsigned long)zremrangebyrankCommand},
bcfc686d 264{"zremrangebyscoreCommand",(unsigned long)zremrangebyscoreCommand},
265{"zrevrangeCommand",(unsigned long)zrevrangeCommand},
9c8e3cee 266{"zrevrankCommand",(unsigned long)zrevrankCommand},
bcfc686d 267{"zscoreCommand",(unsigned long)zscoreCommand},
268{"zslCreate",(unsigned long)zslCreate},
269{"zslCreateNode",(unsigned long)zslCreateNode},
270{"zslDelete",(unsigned long)zslDelete},
271{"zslFirstWithScore",(unsigned long)zslFirstWithScore},
272{"zslFree",(unsigned long)zslFree},
273{"zslFreeNode",(unsigned long)zslFreeNode},
274{"zslInsert",(unsigned long)zslInsert},
275{"zslRandomLevel",(unsigned long)zslRandomLevel},
9c8e3cee 276{"zunionCommand",(unsigned long)zunionCommand},
277{"zunionInterGenericCommand",(unsigned long)zunionInterGenericCommand},
bcfc686d 278{NULL,0}
279};