diff --git a/src/debug.c b/src/debug.c index 3b187da4..b364dd16 100644 --- a/src/debug.c +++ b/src/debug.c @@ -214,7 +214,7 @@ void debugCommand(redisClient *c) { addReplyStatusFormat(c, "Value at:%p refcount:%d " "encoding:%s serializedlength:%lld " - "lru :%d lru_seconds_idle:%lu", + "lru:%d lru_seconds_idle:%lu", (void*)val, val->refcount, strenc, (long long) rdbSavedObjectLen(val,NULL), val->lru, estimateObjectIdleTime(val));