diff options
Diffstat (limited to 'src/aof.c')
-rw-r--r-- | src/aof.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -772,7 +772,7 @@ int rewriteSortedSetObject(rio *r, robj *key, robj *o) { return 1; } -/* Write either the key or the value of the currently selected item of an hash. +/* Write either the key or the value of the currently selected item of a hash. * The 'hi' argument passes a valid Redis hash iterator. * The 'what' filed specifies if to write a key or a value and can be * either REDIS_HASH_KEY or REDIS_HASH_VALUE. |