Skip to content

v0.2.1

Compare
Choose a tag to compare
@sbernauer sbernauer released this 21 Jun 11:31
· 29 commits to main since this release
ce28a2e

Fixed

  • Use redis ConnectionManager to reconnect on Redis connection failures. Previously trino-lb would stop working once the Redis Pod restarted. This change only affects the single Redis instance connection, not the cluster mode connection, as a ClusterConnection does not seem to support a ConnectionManager (#34).