small refactor of fwrite* commands for AOF rewrite to allow writing a bulk long long

This commit is contained in:
Pieter Noordhuis
2010-05-31 23:41:04 +02:00
parent dc845730a9
commit 9eaef89fbc
2 changed files with 30 additions and 41 deletions

View File

@@ -93,7 +93,7 @@ static struct redisFunctionSym symsTable[] = {
{"freeStringObject",(unsigned long)freeStringObject},
{"freeZsetObject",(unsigned long)freeZsetObject},
{"fwriteBulkDouble",(unsigned long)fwriteBulkDouble},
{"fwriteBulkLong",(unsigned long)fwriteBulkLong},
{"fwriteBulkLongLong",(unsigned long)fwriteBulkLongLong},
{"fwriteBulkObject",(unsigned long)fwriteBulkObject},
{"fwriteBulkString",(unsigned long)fwriteBulkString},
{"genRedisInfoString",(unsigned long)genRedisInfoString},