このページは、まだ日本語ではご利用いただけません。翻訳中です。
Changelog
Kong Gateway 3.8.x
- Added the Redis
cluster_max_redirections
configuration option.
Kong Gateway 3.4.x
- The
host
field of this plugin now accepts Kong upstream targets.
Kong Gateway 2.8.x
-
Added the
redis.username
andredis.sentinel_username
configuration parameters. -
The
redis.username
,redis.password
,redis.sentinel_username
, andredis.sentinel_password
configuration 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-x
and2.3.x
. They are now updated to align with the plugin’s actual versions,0.1.x
and0.2.x
.
Kong Gateway 2.5.x
- Added the
redis.keepalive_pool
,redis.keepalive_pool_size
, andredis.keepalive_backlog
configuration parameters. These options relate to Openresty’s Lua INGINX module’stcp:connect
options.
Kong Gateway 2.2.x
- Added Redis TLS support with the
redis.ssl
,redis.ssl_verify
, andredis.server_name
configuration parameters.