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
69ce5c5d
Commit
69ce5c5d
authored
Apr 11, 2017
by
Salvatore Sanfilippo
Committed by
GitHub
Apr 11, 2017
Browse files
Merge pull request #3924 from lorneli/unstable
Expire: Update comment of activeExpireCycle function
parents
531647bb
98db5739
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/expire.c
View file @
69ce5c5d
...
...
@@ -92,7 +92,7 @@ int activeExpireCycleTryExpire(redisDb *db, dictEntry *de, long long now) {
*
* If type is ACTIVE_EXPIRE_CYCLE_SLOW, that normal expire cycle is
* executed, where the time limit is a percentage of the REDIS_HZ period
* as specified by the
REDIS
_EXPIRE
LOOKUPS
_TIME_PERC define. */
* as specified by the
ACTIVE
_EXPIRE
_CYCLE_SLOW
_TIME_PERC define. */
void
activeExpireCycle
(
int
type
)
{
/* This function has some global state in order to continue the work
...
...
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