mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
I hate warnings
This commit is contained in:
parent
fefed59798
commit
459f52a8aa
2
redis.c
2
redis.c
@ -7865,7 +7865,7 @@ static void debugCommand(redisClient *c) {
|
|||||||
"+Key at:%p refcount:%d, value at:%p refcount:%d "
|
"+Key at:%p refcount:%d, value at:%p refcount:%d "
|
||||||
"encoding:%d serializedlength:%lld\r\n",
|
"encoding:%d serializedlength:%lld\r\n",
|
||||||
(void*)key, key->refcount, (void*)val, val->refcount,
|
(void*)key, key->refcount, (void*)val, val->refcount,
|
||||||
val->encoding, rdbSavedObjectLen(val,NULL)));
|
val->encoding, (long long) rdbSavedObjectLen(val,NULL)));
|
||||||
} else {
|
} else {
|
||||||
addReplySds(c,sdscatprintf(sdsempty(),
|
addReplySds(c,sdscatprintf(sdsempty(),
|
||||||
"+Key at:%p refcount:%d, value swapped at: page %llu "
|
"+Key at:%p refcount:%d, value swapped at: page %llu "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user