What's New
This section lists the new features that are introduced in TIBCO ActiveMatrix BusinessWorks™ Plug-in for Redis for 6.1.0 version.
-
Support for HMGET Command: Returns the values associated with the specified fields in the hash stored at key.
-
Support for HGETALL Command: Returns all fields and values of the hash stored at key.
-
Support for Hot Update: With this feature, you can update the Redis shared resource module properties without restarting the application.
- Redis Plug-in Cluster Mode with Sentinel Support: The Redis plug-in now operates in clustered deployments, utilizing Sentinel for master discovery and automatic failover.
- Support for pipelines in the Redis plug-in: Added pipeline support to the Redis plug-in, allowing multiple Redis commands to be batched into a single round-trip for improved throughput and reduced latency.
- Redis Plug-in with JSON Features (SET, GET, DEL, ARRAPPEND, MGET): The Redis plug-in supports RedisJSON, enabling it to store and manipulate JSON documents using JSON.SET, JSON.GET, JSON.DEL, JSON.ARRAPPEND, and JSON.MGET semantics.
- Support for SET Options with TTL: The SET command includes options to specify an expiry time at the time of writing, allowing keys to be written with a time-to-live in a single command.