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
4263b121
Commit
4263b121
authored
Sep 16, 2016
by
antirez
Browse files
Typo fixed from MEMORY DOCTOR output.
parent
8a00ffc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/object.c
View file @
4263b121
...
@@ -954,7 +954,7 @@ sds getMemoryDoctorReport(void) {
...
@@ -954,7 +954,7 @@ sds getMemoryDoctorReport(void) {
sds
s
;
sds
s
;
if
(
num_reports
==
0
)
{
if
(
num_reports
==
0
)
{
s
=
sdsnew
(
s
=
sdsnew
(
"Hi Sam, I can't find any memory issue in your inst
n
ace. "
"Hi Sam, I can't find any memory issue in your insta
n
ce. "
"I can only account for what occurs on this base."
);
"I can only account for what occurs on this base."
);
}
else
if
(
empty
==
1
)
{
}
else
if
(
empty
==
1
)
{
s
=
sdsnew
(
s
=
sdsnew
(
...
...
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