Release date 2024/12/12
Bugfix
-
Fixed an issue where the plugin may fail to authenticate to Redis correctly with vault-referenced redis configuration.
Release date 2024/12/12
Fixed an issue where the plugin may fail to authenticate to Redis correctly with vault-referenced redis configuration.
Release date 2024/09/11
Deprecated timeout config field in redis config in favor of connect_/send_/read_timeout (timeout field will be removed in 4.0).
Switched to sentinel_nodes and cluster_nodes for redis configuration.
Added Redis cluster_max_redirections configuration option.
Release date 2023/11/08
Fix a bug in the schema validation which prevents from using redis in cluster mode
Release date 2024/12/17
Fixed an issue where the plugin may fail to authenticate to Redis correctly with vault-referenced redis configuration.
Release date 2023/09/28
Fix a bug in the schema validation which prevents from using redis in cluster mode
Release date 2023/02/28
In hybrid and DB-less modes, these plugins now support sync_rate = -1
with any strategy, including the default cluster
strategy.
Release date 2022/10/12
The plugin now returns a 500
error when using the cluster
strategy in hybrid or DB-less modes instead of crashing.
Release date 2022/05/27
Fixed deserialize_parse_tree
logic when building GraphQL AST with non-nullable or list types.
Release date 2022/03/02
Added Redis ACL support (Redis v6.0.0+ and Redis Sentinel v6.2.0+).
Added the redis.username
and redis.sentinel_username
configuration parameters.
Beta feature: The redis.username
, redis.password
, redis.sentinel_username
, and redis.sentinel_password
configuration fields are now marked as referenceable, which means they can be securely stored assecretsin a vault. References must follow a specific format.