Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
1de98301
Commit
1de98301
authored
Oct 27, 2010
by
antirez
Browse files
removed useless spaces from DEBUG OBJECT output
parent
e584d82f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/debug.c
View file @
1de98301
...
@@ -214,7 +214,7 @@ void debugCommand(redisClient *c) {
...
@@ -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
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment