Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
ca3f830b
Commit
ca3f830b
authored
May 27, 2010
by
Vincent Palmer
Browse files
Fixed typo.
parent
4ea93ad3
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.c
View file @
ca3f830b
...
@@ -10469,7 +10469,7 @@ static void unwatchAllKeys(redisClient *c) {
...
@@ -10469,7 +10469,7 @@ static void unwatchAllKeys(redisClient *c) {
}
}
}
}
/* "Touch" a key, so that if this key is being WATCHed by so
e
m client the
/* "Touch" a key, so that if this key is being WATCHed by som
e
client the
* next EXEC will fail. */
* next EXEC will fail. */
static void touchWatchedKey(redisDb *db, robj *key) {
static void touchWatchedKey(redisDb *db, robj *key) {
list *clients;
list *clients;
...
...
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