Clojure library thanks to Ragnar Dahlén

This commit is contained in:
antirez
2009-06-14 23:15:21 +02:00
parent c9a111acf4
commit e59229a2d5
13 changed files with 1338 additions and 1 deletions

View File

@ -2892,8 +2892,8 @@ static void ltrimCommand(redisClient *c) {
ln = listLast(list);
listDelNode(list,ln);
}
addReply(c,shared.ok);
server.dirty++;
addReply(c,shared.ok);
}
}
}