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