Skip to content

Releases: wso2-extensions/mi-connector-redis

v3.1.3

24 Sep 12:57
7d19404
Compare
Choose a tag to compare

What's Changed

  • remove payload overriding with redis set status by @rosensilva in #53

Full Changelog: v3.1.2...v3.1.3

v3.1.2

22 Sep 18:07
22dacf8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

v3.1.1

22 Sep 05:05
18f4a0c
Compare
Choose a tag to compare

What's Changed

  • Send empty string when redis cache for the key is null by @rosensilva in #49

New Contributors

Full Changelog: v3.1.0...v3.1.1

3.1.0 Released!

06 Jun 03:56
d5d90fd
Compare
Choose a tag to compare

Implement connection-oriented model for RedisConnector

3.0.0 Released!

03 Jun 04:25
efc3b88
Compare
Choose a tag to compare

Improve the connector to work with the new connection-oriented setup. Also update the UI for connector properties

2.7.0 Released!

10 Apr 14:10
729fdf0
Compare
Choose a tag to compare

We have rectified the following issues,
Previously we were creating a single pool for each cluster operation and closing it after each operation that's why read/write lock issue occurs (jmxRegister and jmxUnRegister on the same object). This Pr rectifies that and also avoids closing JedisCluster after each operation since It's no need to close the JedisCluster instance as it is handled by the JedisClusterConnectionPool itself.
Also introduced the "isJmxEnabled" property to enable JMX if required.

2.6.0 Released!

24 Mar 14:03
277afb8
Compare
Choose a tag to compare

Added Operation to get Object IdleTime

2.5.0 Released!

08 Dec 05:54
744b71d
Compare
Choose a tag to compare
  1. Add sentinel password support.
  2. Upgrade the jedis client version to 3.9.0

2.4.0 Released!

26 Apr 16:25
0c1d2f4
Compare
Choose a tag to compare

Introduce connection pools to avoid creating connections for each request

2.3.0 Released!

01 Sep 06:07
8e5d6b6
Compare
Choose a tag to compare

Introducing Redis Sentinel support