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
c5b6f461
Commit
c5b6f461
authored
Mar 08, 2011
by
antirez
Browse files
comment typo fixed
parent
c2f816b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dscache.c
View file @
c5b6f461
...
@@ -212,7 +212,7 @@ int cacheFreeOneEntry(void) {
...
@@ -212,7 +212,7 @@ int cacheFreeOneEntry(void) {
}
}
}
}
if
(
best
==
NULL
)
{
if
(
best
==
NULL
)
{
/*
Was n
ot able to f
ix
a single object
...
we should check if our
/*
N
ot able to f
ree
a single object
?
we should check if our
* IO queues have stuff in queue, and try to consume the queue
* IO queues have stuff in queue, and try to consume the queue
* otherwise we'll use an infinite amount of memory if changes to
* otherwise we'll use an infinite amount of memory if changes to
* the dataset are faster than I/O */
* the dataset are faster than I/O */
...
...
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