mirror of
https://github.com/fluencelabs/redis
synced 2025-03-31 14:51:04 +00:00
removed useless spaces from DEBUG OBJECT output
This commit is contained in:
parent
e584d82fec
commit
1de98301f6
@ -214,7 +214,7 @@ void debugCommand(redisClient *c) {
|
|||||||
addReplyStatusFormat(c,
|
addReplyStatusFormat(c,
|
||||||
"Value at:%p refcount:%d "
|
"Value at:%p refcount:%d "
|
||||||
"encoding:%s serializedlength:%lld "
|
"encoding:%s serializedlength:%lld "
|
||||||
"lru :%d lru_seconds_idle:%lu",
|
"lru:%d lru_seconds_idle:%lu",
|
||||||
(void*)val, val->refcount,
|
(void*)val, val->refcount,
|
||||||
strenc, (long long) rdbSavedObjectLen(val,NULL),
|
strenc, (long long) rdbSavedObjectLen(val,NULL),
|
||||||
val->lru, estimateObjectIdleTime(val));
|
val->lru, estimateObjectIdleTime(val));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user