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.
Guide: Redis Connector User Guide
Reference: Redis Connector Reference
4.0.0
July 22, 2016
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.