Contact Us 1-800-596-4880

Redis Connector Release Notes - Mule 3

Support Category: Select

Anypoint Connector for Redis (Redis Connector) is an open source, advanced key-value store. The connector is often referred to as a data structure server since its keys can contain strings, hashes, lists, sets, and sorted sets.

The Redis Connector offers complete support for the Redis CRUD API.

4.1.2

October 30, 2019

Compatibility

Software Version

Mule

3.6.0 and later

Redis Java Client

2.8.1

Redis server

2.8.x, 3.0.x, and 3.2.x

Features

  • Added logging to the DEBUG level to help with troubleshooting.

4.1.1

August 22, 2017

Compatibility

Software Version

Mule

3.6.0 and later

Redis server

2.8.x, 3.0.x, and 3.2.x

Features

No new features.

Fixed Issues

  • DEL Command not exposed . In past versions the connector didn’t list the DEL command into the available commands list. Now it’s exposed and works as expected.

4.1.0

February 21, 2017

Compatibility

Software Version

Mule

3.6 and later

Redis server

2.8.x, 3.0.x, and 3.2.x

Features

  • Added Redis HGETALL command.

4.0.0

July 22, 2016

Compatibility

Software Version

Mule

3.6 and later

Redis server

2.8.x, 3.0.x, and 3.2.x

Features

  • Moved connector to "Select" category.

  • Current Redis commands supported by this connector through its operations:

    DEL EXPIRE GET HEXISTS HGET HKEYS HSET HSETNX KEYS LPOP LPUSH LPUSHX MULTI PSUBSCRIBE PUBLISH RPOP RPUSH RPUSHX SADD SET SETNX SPOP SRANDMEMBER ZADD ZRANGE

  • Added entryTTL to connector’s config. This is default time to live to be set on keys stored through connector or when connector is used as an object store.

  • Removed defaultPartitionName from connector’s configuration as it is not used any more.