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