Releases: seedstack/redis-addon
Releases · seedstack/redis-addon
v2.1.2
v2.1.1
- [fix] Initialization was completely skipped when only Jedis clusters were configured.
v2.1.0
- [new] Support cluster mode for Redis through
JedisCluster
configuration and injection.
v2.0.2
- [brk] Renamed
url
config option touri
. The user, password, port and db can be specified directly in this URI (redis://[[username:]password@]host[:port][/database]
). - [new] SeedStack SSL context is used for SSL connections.
- [new] New configuration options.
v2.0.1
- [chg] Update Jedis to 3.3.0
v2.0.0
- [brk] Update to new configuration system.
v1.0.2
- [chg] Update for SeedStack 16.4.
- [fix] Correctly cleanup
ThreadLocal
inRedisLink
.
v1.0.1
- [fix] Flawed release process made this add-on unusable by clients.
v1.0.0
- [new] Initial Open-Source release.