Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerSupport Category: Select
Anypoint Connector for Redis (Redis Connector) provides access to an open-source advanced key-value store that is often referred to as a data structure server because the keys can contain strings, hashes, lists, sets, and sorted sets.
The Redis Connector offers complete support for its CRUD API.
Guide: Redis Connector
Reference: Redis Connector Reference
August 22, 2024
This connector is now compatible with Redis server 7.
Software | Version |
---|---|
Mule |
4.1.1 and later |
Redis Java Client |
4.4.8 |
Redis server |
2.8.x, 3.0.x, 3.2.x, 4.x, 5.0.x, 6.0.x, 6.2.x, and 7.x |
OpenJDK |
8, 11, and 17 |
June 6, 2024
Software | Version |
---|---|
Mule |
4.1.1 and later |
Redis Java Client |
3.10.0 |
Redis server |
2.8.x, 3.0.x, 3.2.x, 4.x, 5.0.x, 6.0.x, and 6.2.x |
OpenJDK |
8, 11, and 17 |
Issue Resolution | ID |
---|---|
The Entry TTL field for RedisObjectStore is now transformed correctly from Long to Integer and from milliseconds to seconds. Additionally, Mule apps that use an Object Store entry TTL exceeding 24 days now observe that the TTL for new keys is set to the correct values. |
W-14745160 |
March 8, 2024
Software | Version |
---|---|
Mule |
4.1.1 and later |
Redis Java Client |
3.10.0 |
Redis server |
2.8.x, 3.0.x, 3.2.x, 4.x, 5.0.x, 6.0.x, and 6.2.x |
OpenJDK |
8, 11, and 17 |
Issue Resolution | ID |
---|---|
The RedisObjectStore remove operation now correctly returns the stored value associated with the removed key, aligning with the Object Store interface specification. Previously, the connector erroneously returned a Long value representing the outcome of the underlying Del operation. This change can affect backward compatibility for custom Mule apps that rely on the previous behavior. However, it does not impact the Redis Connector or RedisObjectStore in Mule apps, as these usages are implemented correctly. The change affects direct usage of RedisObjectStore within custom applications. |
W-14809749 |
February 2, 2024
This connector is now compatible with Java 17.
Software | Version |
---|---|
Mule |
4.1.1 and later |
Redis Java Client |
3.10.0 |
Redis server |
2.8.x, 3.0.x, 3.2.x, 4.x, 5.0.x, 6.0.x, and 6.2.x |
OpenJDK |
8, 11, and 17 |
June 14, 2023
Software | Version |
---|---|
Mule |
4.1.1 and later |
Redis Java Client |
3.10.0 |
Redis server |
2.8.x, 3.0.x, 3.2.x, 4.x, 5.0.x, 6.0.x, and 6.2.x |
OpenJDK |
8 and 11 |
Upgraded the Jedis client to version 3.10.0.
November 25, 2019
Software | Version |
---|---|
Mule |
4.1.1 and later |
Redis server |
2.8.x, 3.0.x, 3.2.x, 4.x, and 5.0.x |
Fixed order issue for both ascending and descending orders in the Get Range By Score and Get Range By Index operations. (SE-13883)