mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 02:01:21 +00:00
Fixed grammar: before H the article is a, not an.
This commit is contained in:
@ -659,7 +659,7 @@ unsigned long estimateObjectIdleTime(robj *o) {
|
||||
}
|
||||
}
|
||||
|
||||
/* This is an helper function for the DEBUG command. We need to lookup keys
|
||||
/* This is a helper function for the DEBUG command. We need to lookup keys
|
||||
* without any modification of LRU or other parameters. */
|
||||
robj *objectCommandLookup(redisClient *c, robj *key) {
|
||||
dictEntry *de;
|
||||
|
Reference in New Issue
Block a user