diff options
author | antirez <antirez@metal.(none)> | 2010-05-20 16:50:40 +0200 |
---|---|---|
committer | antirez <antirez@metal.(none)> | 2010-05-20 16:50:40 +0200 |
commit | cbae1d34f6f188921639a746dc308130bbf2aa04 (patch) | |
tree | 3a0c8e6a7e2572c118d9dd3bcf33b345513ea65b /staticsymbols.h | |
parent | 8513a757abb1edf9e85f368df9072b22218defe3 (diff) | |
download | redis-cbae1d34f6f188921639a746dc308130bbf2aa04.tar.gz |
Fix for DEBUG DIGEST
Diffstat (limited to 'staticsymbols.h')
-rw-r--r-- | staticsymbols.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/staticsymbols.h b/staticsymbols.h index 9f8481d55..30c4d779a 100644 --- a/staticsymbols.h +++ b/staticsymbols.h @@ -180,6 +180,7 @@ static struct redisFunctionSym symsTable[] = { {"oom",(unsigned long)oom}, {"pingCommand",(unsigned long)pingCommand}, {"popGenericCommand",(unsigned long)popGenericCommand}, +{"prepareForShutdown",(unsigned long)prepareForShutdown}, {"processCommand",(unsigned long)processCommand}, {"processInputBuffer",(unsigned long)processInputBuffer}, {"psubscribeCommand",(unsigned long)psubscribeCommand}, @@ -260,6 +261,7 @@ static struct redisFunctionSym symsTable[] = { {"setnxCommand",(unsigned long)setnxCommand}, {"setupSigSegvAction",(unsigned long)setupSigSegvAction}, {"shutdownCommand",(unsigned long)shutdownCommand}, +{"sigtermHandler",(unsigned long)sigtermHandler}, {"sinterCommand",(unsigned long)sinterCommand}, {"sinterGenericCommand",(unsigned long)sinterGenericCommand}, {"sinterstoreCommand",(unsigned long)sinterstoreCommand}, @@ -272,6 +274,8 @@ static struct redisFunctionSym symsTable[] = { {"spopCommand",(unsigned long)spopCommand}, {"srandmemberCommand",(unsigned long)srandmemberCommand}, {"sremCommand",(unsigned long)sremCommand}, +{"startAppendOnly",(unsigned long)startAppendOnly}, +{"stopAppendOnly",(unsigned long)stopAppendOnly}, {"stringObjectLen",(unsigned long)stringObjectLen}, {"stringmatch",(unsigned long)stringmatch}, {"stringmatchlen",(unsigned long)stringmatchlen}, |