Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerSupport 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
October 30, 2019
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 |
Added logging to the DEBUG level to help with troubleshooting.
August 22, 2017
Software | Version |
---|---|
Mule |
3.6.0 and later |
Redis server |
2.8.x, 3.0.x, and 3.2.x |
No new features.
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.
February 21, 2017
Software | Version |
---|---|
Mule |
3.6 and later |
Redis server |
2.8.x, 3.0.x, and 3.2.x |
Added Redis HGETALL command.
July 22, 2016
Software | Version |
---|---|
Mule |
3.6 and later |
Redis server |
2.8.x, 3.0.x, and 3.2.x |
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.