mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 10:11:21 +00:00
Use existing reply functions where possible
This commit is contained in:
@ -211,7 +211,7 @@ void appendCommand(redisClient *c) {
|
||||
}
|
||||
touchWatchedKey(c->db,c->argv[1]);
|
||||
server.dirty++;
|
||||
addReplySds(c,sdscatprintf(sdsempty(),":%lu\r\n",(unsigned long)totlen));
|
||||
addReplyLongLong(c,totlen);
|
||||
}
|
||||
|
||||
void substrCommand(redisClient *c) {
|
||||
|
Reference in New Issue
Block a user