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
aa42c9a7
Commit
aa42c9a7
authored
Mar 19, 2010
by
antirez
Browse files
Removed a stupid overriding of config values due to a wrong cut&paste
parent
a97b9060
Changes
1
Show whitespace changes
Inline
Side-by-side
redis.c
View file @
aa42c9a7
...
@@ -6484,9 +6484,6 @@ static sds genRedisInfoString(void) {
...
@@ -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
"
...
...
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