- [new] New
ssl
configuration option to enable or disable SSL/TLS for each client/cluster (enabled by default).
- [fix] Initialization was completely skipped when only Jedis clusters were configured.
- [new] Support cluster mode for Redis through
JedisCluster
configuration and injection.
- [fix] Replace the
@NotBlank
by a@NotNull
on theuri
config option.
- [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.
- [chg] Update Jedis to 3.3.0
- [brk] Update to new configuration system.
- [chg] Update for SeedStack 16.4.
- [fix] Correctly cleanup
ThreadLocal
inRedisLink
.
- [fix] Flawed release process made this add-on unusable by clients.
- [new] Initial Open-Source release.