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.
February 18, 2021
Software | Version |
---|---|
Mule |
4.1.1 and later |
Redis Java Client |
3.5.1 |
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.5.1.
January 20, 2021
Software | Version |
---|---|
Mule |
4.1.1 and later |
Redis server |
2.8.x, 3.0.x, 3.2.x, 4.x, 5.0.x and 6.0.x |
OpenJDK |
8 and 11 |
Added the Trim From List and Range From List operations.
September 14, 2020
Software | Version |
---|---|
Mule |
4.1.1 and later |
Redis server |
2.8.x, 3.0.x, 3.2.x, 4.x, 5.0.x and 6.0.x |
OpenJDK |
8 and 11 |
Added a sentinel connection provider that enables you to connect to a Redis instance that is configured to run in sentinel mode.
August 3, 2020
Software | Version |
---|---|
Mule |
4.1.1 and later |
Redis server |
2.8.x, 3.0.x, 3.2.x, 4.x, 5.0.x and 6.0.x |
Added support for TLS.
Upgraded the jedis client version to 3.3.0.
June 29, 2020
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 |
When using the Set operation with TTL, the operation correctly set the specified value, but did not set the expire time. The connector now uses the Redis SET operation to set the expire time. (SE-16101)
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)
June 6, 2019
Software | Version |
---|---|
Mule |
4.0 and later |
Redis server |
2.8.x, 3.0.x, 3.2.x, 4.x, and 5.0.x |
Redis connector 5.1.0 test connection always return successful. This issue was fixed by making sure the Redis instance being used is actually up and running by sending an ECHO command to it. (SE-11775)
April 22, 2019
Software | Version |
---|---|
Mule |
4.0 and later |
Redis server |
2.8.x, 3.0.x, and 3.2.x |
Added support so that the Redis connector can be used as a custom object store in a Mule application.
November 18, 2017
Software | Version |
---|---|
Mule |
4.0 and later |
Redis server |
2.8.x, 3.0.x, and 3.2.x |
Migrated to Mule 4.0.0 and later runtime.