Skip to content

Releases: coinbase/redisbetween

Fix the upstreamConfigHost

29 Jan 07:03
01ec072
Compare
Choose a tag to compare

There is a bug fix on upstreamConfigHost when creating a listener to the Redis node

Fix to 0.2.5

11 Apr 18:58
4867b70
Compare
Choose a tag to compare

New connection timeouts plus fixes to the previous one

connection timeout

11 Apr 13:36
d5727cf
Compare
Choose a tag to compare

Adding Connection timeout
Redoing the healthcheck using the external unix socket this time

Added Server Health Check

23 Feb 22:11
a1acb83
Compare
Choose a tag to compare

Added server heath check to fix issues where cluster topology changes (nodes added/removed) but ruby clients fail to identify those changes.

v0.2.3

15 Feb 18:08
e534560
Compare
Choose a tag to compare

Fix integer env var config parsing

v0.2.2

07 Feb 15:35
cdadeb5
Compare
Choose a tag to compare

Bump ruby version and fix CI.

v0.2.1

12 Jan 20:54
e2b02d7
Compare
Choose a tag to compare

Safer timeouts for blocking commands

v0.2.0

07 Jan 18:44
106a86b
Compare
Choose a tag to compare

This adds support for reserved connections that can be used for pubsub type commands and blocking commands (currently just BRPOPLPUSH). These are primarily for supporting Sidekiq servers.

v0.1.0

16 Mar 16:35
e49495f
Compare
Choose a tag to compare

Initial public release 🎉