Skip to content

Commit 669f822

Browse files
authored
feat!: Support single-instance Redis persistence (#15)
* feat!: Support single-instance Redis persistence * changelog * fix: Swap around cluster mode logic
1 parent 881428e commit 669f822

12 files changed

Lines changed: 206 additions & 119 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [Unreleased]
6+
7+
### Added
8+
9+
- BREAKING: Add support for single instance redis persistence (without Redis cluster mode).
10+
This is breaking, because you need to set `trinoLb.persistence.redis.clusterMode: true` in your config to keep using the cluster mode ([#15]).
11+
12+
[#15]: https://github.com/stackabletech/trino-lb/pull/15

0 commit comments

Comments
 (0)