mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -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. */
|
||||
static void touchWatchedKey(redisDb *db, robj *key) {
|
||||
list *clients;
|
||||
|
Loading…
Reference in New Issue
Block a user