Netflix / dyno

Java client for Dynomite
https://github.com/Netflix/dynomite
Apache License 2.0
186 stars 94 forks source link

Incomplete compression and dual write implementation #305

Open bryanck opened 3 years ago

bryanck commented 3 years ago

Compression of values is inconsistently implemented. For example, zset and list values are not compressed, but hashes are. Also, dual write clients do not shadow all write commands, which could lead to the shadow cluster not being in sync.