mirror of
https://github.com/fluencelabs/redis
synced 2025-07-31 00:11:56 +00:00
small refactor of fwrite* commands for AOF rewrite to allow writing a bulk long long
This commit is contained in:
@@ -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},
|
||||
|
Reference in New Issue
Block a user