Skip to content

Releases: Chupaka/redis-go-to-master

v0.9.2

09 Feb 20:10
Compare
Choose a tag to compare

Changelog

  • f3860b5 Restart systemd service also on unclean exit code
  • 9d20722 Fix: do not segfault on first connection timeout :(

v0.9.0

20 Jan 06:28
Compare
Choose a tag to compare

Changelog

  • 6bfc536 Add configurable timeout for outgoing proxy connections (default is 10s, previously was 3s hardcoded)

v0.8.3

17 Jan 21:21
Compare
Choose a tag to compare

Changelog

  • cf3da59 Force TCP KeepAlive on both sides of proxied connection

v0.8.2

17 Jan 21:04
Compare
Choose a tag to compare

Changelog

  • fc9c75f Try to ensure both ends of a connection are correctly closed at the end

v0.8.1

14 Jan 17:42
Compare
Choose a tag to compare

Changelog

  • 566da4f Increase proxy connection timeout from 1s to 3s; log timeout on master connection error

v0.8.0

14 Jan 12:35
Compare
Choose a tag to compare

Changelog

  • 3af7919 Do 3 attempts when checking for master, with higher and higher connection timeout

v0.7.0

13 Jan 19:27
Compare
Choose a tag to compare

Changelog

  • b4619f0 Use config file (the first argument when redis-go-to-master is run) instead of CLI params

v0.6.0

13 Jan 19:15
Compare
Choose a tag to compare

Changelog

  • 29956ef Build .deb
  • d2069c6 Add README.md
  • 1acdf8d Report connection rate
  • ff4025e Make the proxy miltiport; some statistics
  • 2520972 No need to Sprintf
  • 462d725 If running under systemd, don't print date and time in Log
  • 071c87e go mod tidy
  • 9ac3b80 Report number of proxied connections to systemd
  • 876b47c Log redis nodes on start
  • 904d041 Log node connection errors during master check
  • 1cde0ac Resolve nodes on check, not at start (what if hostnames are temporarily absent?)
  • 52b9475 GitHub build/release workflow
  • fe26003 First attempt to create redis-go-to-master based on ideas of redis-sentinel-proxy