mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
Fixed typo.
This commit is contained in:
parent
4ea93ad3ac
commit
ca3f830b32
2
redis.c
2
redis.c
@ -10469,7 +10469,7 @@ static void unwatchAllKeys(redisClient *c) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* "Touch" a key, so that if this key is being WATCHed by soem client the
|
/* "Touch" a key, so that if this key is being WATCHed by some 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user