summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4feb724)
raw | patch | inline | side by side (parent: 4feb724)
author | Brian Kelly <brianpkelly46@gmail.com> | |
Fri, 17 Jul 2015 13:05:21 +0000 (09:05 -0400) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 27 Oct 2015 23:03:47 +0000 (00:03 +0100) |
src/write_redis.c | patch | blob | history |
diff --git a/src/write_redis.c b/src/write_redis.c
index 8dea10c8a18d6b228ae488d495cf882649a25373..eb4e2c5915aa35c3059301f481c820fdfbb0af09 100644 (file)
--- a/src/write_redis.c
+++ b/src/write_redis.c
{
rr = redisCommand (node->conn, "ZREMRANGEBYRANK %s %d %d", key, 0, (-1 * node->max_set_size) - 1);
if (rr == NULL)
- WARNING("SELECT command error. database:%d message:%s", node->database, node->conn->errstr);
+ WARNING("ZREMRANGEBYRANK command error. database:%d message:%s", node->database, node->conn->errstr);
else
freeReplyObject (rr);
}