mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
Removed a stupid overriding of config values due to a wrong cut&paste
This commit is contained in:
parent
a97b906092
commit
aa42c9a791
3
redis.c
3
redis.c
@ -6484,9 +6484,6 @@ static sds genRedisInfoString(void) {
|
|||||||
int j;
|
int j;
|
||||||
char hmem[64];
|
char hmem[64];
|
||||||
|
|
||||||
server.hash_max_zipmap_entries = REDIS_HASH_MAX_ZIPMAP_ENTRIES;
|
|
||||||
server.hash_max_zipmap_value = REDIS_HASH_MAX_ZIPMAP_VALUE;
|
|
||||||
|
|
||||||
bytesToHuman(hmem,zmalloc_used_memory());
|
bytesToHuman(hmem,zmalloc_used_memory());
|
||||||
info = sdscatprintf(sdsempty(),
|
info = sdscatprintf(sdsempty(),
|
||||||
"redis_version:%s\r\n"
|
"redis_version:%s\r\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user