Netflix / dynomite

A generic dynamo implementation for different k-v storage engines
Apache License 2.0
4.19k stars 531 forks source link

Documentation mentions wrong operations not-checked for quorum? #782

Open dreusel opened 3 years ago

dreusel commented 3 years ago

The documentation page about consistency (https://github.com/Netflix/dynomite/wiki/Consistency) mentions a list of Redis operations for which there is no quorum check. However two of these commands (MKEYS, MHKEYS) don't seem to exist in the Redis documentation but I do suspect that this limitation applies to the actual HKEYS command, which is not mentioned?

ipapapa commented 3 years ago

That is correct, there is a typo. HMKEYS and HKEYS. @smukil can you please update the wiki?