Releases: Netflix/dyno
Releases · Netflix/dyno
v1.6.6-rc.1
Expire Hash - Redis hash with timeout on hash fields.
v1.6.5
- Debug logging to display hosts that went up/down
- Redis authentication support
Support Pipeline operations from Dual Writer Dyno Client
- Support Pipeline operations from Dual Writer Dyno Client
- Fix infinite recursive calls in Jedis' pipelines
- Expand Dyno Jedis Demo to test Dual Writer Dyno Client
Circular List thread safety bug fix
v1.6.5-rc.1 Make circularList threadsafe (#234) (#235)
v1.6.4
Setters for dual writer properties
v1.6.4-rc.5 Add setters to dualwriter FPs (#229)
Reducing calls for tokens
Reduce calls to TokenMapSupplier (#224) * Reduce calls to TokenMapSupplier At the startup, the client was talking to every node in the dynomite cluster to get token information. This was done at 3 places. This lead to slow client startup and also too many calls to the underlying token database, This is a simple optimization to skip talking to remaining hosts if the client received the information for all the hosts specfied. * Code review comments
Multi operations binary support & Dyno module
Merge pull request #223 from Netflix/Modularize Add modules and sourceCompatibility
SCAN fix
Improve Scan operation reliability (#220) * Initial POC fix * Cleanup - TokenPoolTopology has a map of token to host instead of a list of objects - if localRack is not specified, getConnectionsToRing will get connections to a random rack - Added exception handling to ScanTest in demo App. * Fix build break * More cleaner interface - split cursorBasedResult into TokenRackMapper to seperate out writable functions * code review comments
ZADD enhancement
v1.6.4-rc.1 Add support for zadd with parameters. (#215)