Releases: wso2-extensions/mi-connector-redis
v3.1.3
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
What's Changed
- update version tags by @rosensilva in #50
- add media type support to redis HGet by @rosensilva in #52
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- Send empty string when redis cache for the key is null by @rosensilva in #49
New Contributors
- @rosensilva made their first contribution in #49
Full Changelog: v3.1.0...v3.1.1
3.1.0 Released!
Implement connection-oriented model for RedisConnector
3.0.0 Released!
Improve the connector to work with the new connection-oriented setup. Also update the UI for connector properties
2.7.0 Released!
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!
Added Operation to get Object IdleTime
2.5.0 Released!
- Add sentinel password support.
- Upgrade the jedis client version to 3.9.0
2.4.0 Released!
Introduce connection pools to avoid creating connections for each request
2.3.0 Released!
Introducing Redis Sentinel support