このページは、まだ日本語ではご利用いただけません。翻訳中です。
古いプラグインバージョンのドキュメントを閲覧しています。
Changelog
Kong Gateway 3.9.x
- Fixed an issue where the plugin could fail to authenticate to Redis correctly with vault-referenced Redis configuration.
Kong Gateway 3.8.x
- Added the Redis
cluster_max_redirectionsconfiguration option.
Kong Gateway 3.4.x
- The
hostfield of this plugin now accepts Kong upstream targets.
Kong Gateway 2.8.x
-
Added the
redis.usernameandredis.sentinel_usernameconfiguration parameters. -
The
redis.username,redis.password,redis.sentinel_username, andredis.sentinel_passwordconfiguration fields are now marked as referenceable, which means they can be securely stored as secrets in a vault. References must follow a specific format. -
Fixed plugin versions in the documentation. Previously, the plugin versions were labelled as
1.3-xand2.3.x. They are now updated to align with the plugin’s actual versions,0.1.xand0.2.x.
Kong Gateway 2.5.x
- Added the
redis.keepalive_pool,redis.keepalive_pool_size, andredis.keepalive_backlogconfiguration parameters. These options relate to Openresty’s Lua INGINX module’stcp:connectoptions.
Kong Gateway 2.2.x
- Added Redis TLS support with the
redis.ssl,redis.ssl_verify, andredis.server_nameconfiguration parameters.