Skip to content

Releases: Netflix/dyno

v1.6.6-rc.1

28 Nov 19:58
Compare
Choose a tag to compare
v1.6.6-rc.1 Pre-release
Pre-release

Expire Hash - Redis hash with timeout on hash fields.

v1.6.5

09 Nov 21:30
Compare
Choose a tag to compare
  • Debug logging to display hosts that went up/down
  • Redis authentication support

Support Pipeline operations from Dual Writer Dyno Client

22 Oct 21:32
7aa92c6
Compare
Choose a tag to compare
  • 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

06 Oct 00:20
Compare
Choose a tag to compare
Pre-release
v1.6.5-rc.1

Make circularList threadsafe (#234) (#235)

v1.6.4

19 Sep 23:38
2657187
Compare
Choose a tag to compare
addng psetex (#232)

Setters for dual writer properties

26 Jul 21:50
Compare
Choose a tag to compare
Pre-release
v1.6.4-rc.5

Add setters to dualwriter FPs (#229)

Reducing calls for tokens

06 Jun 17:07
Compare
Choose a tag to compare
Pre-release
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

01 Jun 18:34
24784eb
Compare
Choose a tag to compare
Merge pull request #223 from Netflix/Modularize

Add modules and sourceCompatibility

SCAN fix

20 May 18:24
Compare
Choose a tag to compare
SCAN fix Pre-release
Pre-release
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

16 Mar 16:57
Compare
Choose a tag to compare
ZADD enhancement Pre-release
Pre-release
v1.6.4-rc.1

Add support for zadd with parameters. (#215)