mirror of
http://github.com/valkey-io/valkey
synced 2024-11-23 03:33:28 +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 "
|
||||
"encoding:%d serializedlength:%lld\r\n",
|
||||
(void*)key, key->refcount, (void*)val, val->refcount,
|
||||
val->encoding, rdbSavedObjectLen(val,NULL)));
|
||||
val->encoding, (long long) rdbSavedObjectLen(val,NULL)));
|
||||
} else {
|
||||
addReplySds(c,sdscatprintf(sdsempty(),
|
||||
"+Key at:%p refcount:%d, value swapped at: page %llu "
|
||||
|
Loading…
Reference in New Issue
Block a user