Skip to content

Releases: seedstack/redis-addon

v2.1.2

01 Jun 14:53
Compare
Choose a tag to compare
  • [new] New ssl configuration option to enable or disable SSL/TLS for each client/cluster (enabled by default).

v2.1.1

21 May 06:45
Compare
Choose a tag to compare
  • [fix] Initialization was completely skipped when only Jedis clusters were configured.

v2.1.0

09 May 07:28
Compare
Choose a tag to compare
  • [new] Support cluster mode for Redis through JedisCluster configuration and injection.

v2.0.2

08 Sep 09:09
Compare
Choose a tag to compare
  • [brk] Renamed url config option to uri. 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

02 Sep 10:22
Compare
Choose a tag to compare
  • [chg] Update Jedis to 3.3.0

v2.0.0

12 Jan 23:21
Compare
Choose a tag to compare
  • [brk] Update to new configuration system.

v1.0.2

28 Apr 07:52
Compare
Choose a tag to compare
  • [chg] Update for SeedStack 16.4.
  • [fix] Correctly cleanup ThreadLocal in RedisLink.

v1.0.1

09 Feb 08:48
Compare
Choose a tag to compare
  • [fix] Flawed release process made this add-on unusable by clients.

v1.0.0

17 Nov 09:23
Compare
Choose a tag to compare
  • [new] Initial Open-Source release.