mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05: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,
|
||||
"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));
|
||||
|
Loading…
Reference in New Issue
Block a user