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