Skip to content

Commit 8b08626

Browse files
committed
Sync documentation of main branch
1 parent a2019d2 commit 8b08626

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

_generated-doc/main/config/quarkus-all-config.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81454,24 +81454,24 @@ endif::add-copy-button-to-env-var[]
8145481454
a|`resp2`, `resp3`
8145581455
|`+++resp3+++`
8145681456

81457-
a| [[quarkus-redis-client_quarkus-redis-hash-slot-cache-ttl]] [.property-path]##link:#quarkus-redis-client_quarkus-redis-hash-slot-cache-ttl[`quarkus.redis.hash-slot-cache-ttl`]##
81457+
a| [[quarkus-redis-client_quarkus-redis-topology-cache-ttl]] [.property-path]##link:#quarkus-redis-client_quarkus-redis-topology-cache-ttl[`quarkus.redis.topology-cache-ttl`]##
8145881458
ifdef::add-copy-button-to-config-props[]
81459-
config_property_copy_button:+++quarkus.redis.hash-slot-cache-ttl+++[]
81459+
config_property_copy_button:+++quarkus.redis.topology-cache-ttl+++[]
8146081460
endif::add-copy-button-to-config-props[]
8146181461

8146281462

8146381463
[.description]
8146481464
--
81465-
The TTL of the hash slot cache. A hash slot cache is used by the clustered Redis client to prevent constantly sending `CLUSTER SLOTS` commands to the first statically configured cluster node.
81465+
The TTL of the topology cache. A topology cache is used by a clustered Redis client and a sentinel Redis client to prevent constantly sending topology discovery commands (`CLUSTER SLOTS` or `SENTINEL ...`).
8146681466

81467-
This setting is only meaningful in case of a clustered Redis client and has no effect otherwise.
81467+
This setting is only meaningful in case of a clustered Redis client and a sentinel Redis client and has no effect otherwise.
8146881468

8146981469

8147081470
ifdef::add-copy-button-to-env-var[]
81471-
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS_HASH_SLOT_CACHE_TTL+++[]
81471+
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS_TOPOLOGY_CACHE_TTL+++[]
8147281472
endif::add-copy-button-to-env-var[]
8147381473
ifndef::add-copy-button-to-env-var[]
81474-
Environment variable: `+++QUARKUS_REDIS_HASH_SLOT_CACHE_TTL+++`
81474+
Environment variable: `+++QUARKUS_REDIS_TOPOLOGY_CACHE_TTL+++`
8147581475
endif::add-copy-button-to-env-var[]
8147681476
--
8147781477
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-all-config[icon:question-circle[title=More information about the Duration format]]
@@ -82084,24 +82084,24 @@ endif::add-copy-button-to-env-var[]
8208482084
a|`resp2`, `resp3`
8208582085
|`+++resp3+++`
8208682086

82087-
a| [[quarkus-redis-client_quarkus-redis-redis-client-name-hash-slot-cache-ttl]] [.property-path]##link:#quarkus-redis-client_quarkus-redis-redis-client-name-hash-slot-cache-ttl[`quarkus.redis."redis-client-name".hash-slot-cache-ttl`]##
82087+
a| [[quarkus-redis-client_quarkus-redis-redis-client-name-topology-cache-ttl]] [.property-path]##link:#quarkus-redis-client_quarkus-redis-redis-client-name-topology-cache-ttl[`quarkus.redis."redis-client-name".topology-cache-ttl`]##
8208882088
ifdef::add-copy-button-to-config-props[]
82089-
config_property_copy_button:+++quarkus.redis."redis-client-name".hash-slot-cache-ttl+++[]
82089+
config_property_copy_button:+++quarkus.redis."redis-client-name".topology-cache-ttl+++[]
8209082090
endif::add-copy-button-to-config-props[]
8209182091

8209282092

8209382093
[.description]
8209482094
--
82095-
The TTL of the hash slot cache. A hash slot cache is used by the clustered Redis client to prevent constantly sending `CLUSTER SLOTS` commands to the first statically configured cluster node.
82095+
The TTL of the topology cache. A topology cache is used by a clustered Redis client and a sentinel Redis client to prevent constantly sending topology discovery commands (`CLUSTER SLOTS` or `SENTINEL ...`).
8209682096

82097-
This setting is only meaningful in case of a clustered Redis client and has no effect otherwise.
82097+
This setting is only meaningful in case of a clustered Redis client and a sentinel Redis client and has no effect otherwise.
8209882098

8209982099

8210082100
ifdef::add-copy-button-to-env-var[]
82101-
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS__REDIS_CLIENT_NAME__HASH_SLOT_CACHE_TTL+++[]
82101+
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS__REDIS_CLIENT_NAME__TOPOLOGY_CACHE_TTL+++[]
8210282102
endif::add-copy-button-to-env-var[]
8210382103
ifndef::add-copy-button-to-env-var[]
82104-
Environment variable: `+++QUARKUS_REDIS__REDIS_CLIENT_NAME__HASH_SLOT_CACHE_TTL+++`
82104+
Environment variable: `+++QUARKUS_REDIS__REDIS_CLIENT_NAME__TOPOLOGY_CACHE_TTL+++`
8210582105
endif::add-copy-button-to-env-var[]
8210682106
--
8210782107
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-all-config[icon:question-circle[title=More information about the Duration format]]

_generated-doc/main/config/quarkus-redis-client.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -485,24 +485,24 @@ endif::add-copy-button-to-env-var[]
485485
a|`resp2`, `resp3`
486486
|`+++resp3+++`
487487

488-
a| [[quarkus-redis-client_quarkus-redis-hash-slot-cache-ttl]] [.property-path]##link:#quarkus-redis-client_quarkus-redis-hash-slot-cache-ttl[`quarkus.redis.hash-slot-cache-ttl`]##
488+
a| [[quarkus-redis-client_quarkus-redis-topology-cache-ttl]] [.property-path]##link:#quarkus-redis-client_quarkus-redis-topology-cache-ttl[`quarkus.redis.topology-cache-ttl`]##
489489
ifdef::add-copy-button-to-config-props[]
490-
config_property_copy_button:+++quarkus.redis.hash-slot-cache-ttl+++[]
490+
config_property_copy_button:+++quarkus.redis.topology-cache-ttl+++[]
491491
endif::add-copy-button-to-config-props[]
492492

493493

494494
[.description]
495495
--
496-
The TTL of the hash slot cache. A hash slot cache is used by the clustered Redis client to prevent constantly sending `CLUSTER SLOTS` commands to the first statically configured cluster node.
496+
The TTL of the topology cache. A topology cache is used by a clustered Redis client and a sentinel Redis client to prevent constantly sending topology discovery commands (`CLUSTER SLOTS` or `SENTINEL ...`).
497497

498-
This setting is only meaningful in case of a clustered Redis client and has no effect otherwise.
498+
This setting is only meaningful in case of a clustered Redis client and a sentinel Redis client and has no effect otherwise.
499499

500500

501501
ifdef::add-copy-button-to-env-var[]
502-
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS_HASH_SLOT_CACHE_TTL+++[]
502+
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS_TOPOLOGY_CACHE_TTL+++[]
503503
endif::add-copy-button-to-env-var[]
504504
ifndef::add-copy-button-to-env-var[]
505-
Environment variable: `+++QUARKUS_REDIS_HASH_SLOT_CACHE_TTL+++`
505+
Environment variable: `+++QUARKUS_REDIS_TOPOLOGY_CACHE_TTL+++`
506506
endif::add-copy-button-to-env-var[]
507507
--
508508
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-quarkus-redis-client_quarkus-redis[icon:question-circle[title=More information about the Duration format]]
@@ -1115,24 +1115,24 @@ endif::add-copy-button-to-env-var[]
11151115
a|`resp2`, `resp3`
11161116
|`+++resp3+++`
11171117

1118-
a| [[quarkus-redis-client_quarkus-redis-redis-client-name-hash-slot-cache-ttl]] [.property-path]##link:#quarkus-redis-client_quarkus-redis-redis-client-name-hash-slot-cache-ttl[`quarkus.redis."redis-client-name".hash-slot-cache-ttl`]##
1118+
a| [[quarkus-redis-client_quarkus-redis-redis-client-name-topology-cache-ttl]] [.property-path]##link:#quarkus-redis-client_quarkus-redis-redis-client-name-topology-cache-ttl[`quarkus.redis."redis-client-name".topology-cache-ttl`]##
11191119
ifdef::add-copy-button-to-config-props[]
1120-
config_property_copy_button:+++quarkus.redis."redis-client-name".hash-slot-cache-ttl+++[]
1120+
config_property_copy_button:+++quarkus.redis."redis-client-name".topology-cache-ttl+++[]
11211121
endif::add-copy-button-to-config-props[]
11221122

11231123

11241124
[.description]
11251125
--
1126-
The TTL of the hash slot cache. A hash slot cache is used by the clustered Redis client to prevent constantly sending `CLUSTER SLOTS` commands to the first statically configured cluster node.
1126+
The TTL of the topology cache. A topology cache is used by a clustered Redis client and a sentinel Redis client to prevent constantly sending topology discovery commands (`CLUSTER SLOTS` or `SENTINEL ...`).
11271127

1128-
This setting is only meaningful in case of a clustered Redis client and has no effect otherwise.
1128+
This setting is only meaningful in case of a clustered Redis client and a sentinel Redis client and has no effect otherwise.
11291129

11301130

11311131
ifdef::add-copy-button-to-env-var[]
1132-
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS__REDIS_CLIENT_NAME__HASH_SLOT_CACHE_TTL+++[]
1132+
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS__REDIS_CLIENT_NAME__TOPOLOGY_CACHE_TTL+++[]
11331133
endif::add-copy-button-to-env-var[]
11341134
ifndef::add-copy-button-to-env-var[]
1135-
Environment variable: `+++QUARKUS_REDIS__REDIS_CLIENT_NAME__HASH_SLOT_CACHE_TTL+++`
1135+
Environment variable: `+++QUARKUS_REDIS__REDIS_CLIENT_NAME__TOPOLOGY_CACHE_TTL+++`
11361136
endif::add-copy-button-to-env-var[]
11371137
--
11381138
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-quarkus-redis-client_quarkus-redis[icon:question-circle[title=More information about the Duration format]]

_generated-doc/main/config/quarkus-redis-client_quarkus.redis.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -485,24 +485,24 @@ endif::add-copy-button-to-env-var[]
485485
a|`resp2`, `resp3`
486486
|`+++resp3+++`
487487

488-
a| [[quarkus-redis-client_quarkus-redis-hash-slot-cache-ttl]] [.property-path]##link:#quarkus-redis-client_quarkus-redis-hash-slot-cache-ttl[`quarkus.redis.hash-slot-cache-ttl`]##
488+
a| [[quarkus-redis-client_quarkus-redis-topology-cache-ttl]] [.property-path]##link:#quarkus-redis-client_quarkus-redis-topology-cache-ttl[`quarkus.redis.topology-cache-ttl`]##
489489
ifdef::add-copy-button-to-config-props[]
490-
config_property_copy_button:+++quarkus.redis.hash-slot-cache-ttl+++[]
490+
config_property_copy_button:+++quarkus.redis.topology-cache-ttl+++[]
491491
endif::add-copy-button-to-config-props[]
492492

493493

494494
[.description]
495495
--
496-
The TTL of the hash slot cache. A hash slot cache is used by the clustered Redis client to prevent constantly sending `CLUSTER SLOTS` commands to the first statically configured cluster node.
496+
The TTL of the topology cache. A topology cache is used by a clustered Redis client and a sentinel Redis client to prevent constantly sending topology discovery commands (`CLUSTER SLOTS` or `SENTINEL ...`).
497497

498-
This setting is only meaningful in case of a clustered Redis client and has no effect otherwise.
498+
This setting is only meaningful in case of a clustered Redis client and a sentinel Redis client and has no effect otherwise.
499499

500500

501501
ifdef::add-copy-button-to-env-var[]
502-
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS_HASH_SLOT_CACHE_TTL+++[]
502+
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS_TOPOLOGY_CACHE_TTL+++[]
503503
endif::add-copy-button-to-env-var[]
504504
ifndef::add-copy-button-to-env-var[]
505-
Environment variable: `+++QUARKUS_REDIS_HASH_SLOT_CACHE_TTL+++`
505+
Environment variable: `+++QUARKUS_REDIS_TOPOLOGY_CACHE_TTL+++`
506506
endif::add-copy-button-to-env-var[]
507507
--
508508
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-quarkus-redis-client_quarkus-redis[icon:question-circle[title=More information about the Duration format]]
@@ -1115,24 +1115,24 @@ endif::add-copy-button-to-env-var[]
11151115
a|`resp2`, `resp3`
11161116
|`+++resp3+++`
11171117

1118-
a| [[quarkus-redis-client_quarkus-redis-redis-client-name-hash-slot-cache-ttl]] [.property-path]##link:#quarkus-redis-client_quarkus-redis-redis-client-name-hash-slot-cache-ttl[`quarkus.redis."redis-client-name".hash-slot-cache-ttl`]##
1118+
a| [[quarkus-redis-client_quarkus-redis-redis-client-name-topology-cache-ttl]] [.property-path]##link:#quarkus-redis-client_quarkus-redis-redis-client-name-topology-cache-ttl[`quarkus.redis."redis-client-name".topology-cache-ttl`]##
11191119
ifdef::add-copy-button-to-config-props[]
1120-
config_property_copy_button:+++quarkus.redis."redis-client-name".hash-slot-cache-ttl+++[]
1120+
config_property_copy_button:+++quarkus.redis."redis-client-name".topology-cache-ttl+++[]
11211121
endif::add-copy-button-to-config-props[]
11221122

11231123

11241124
[.description]
11251125
--
1126-
The TTL of the hash slot cache. A hash slot cache is used by the clustered Redis client to prevent constantly sending `CLUSTER SLOTS` commands to the first statically configured cluster node.
1126+
The TTL of the topology cache. A topology cache is used by a clustered Redis client and a sentinel Redis client to prevent constantly sending topology discovery commands (`CLUSTER SLOTS` or `SENTINEL ...`).
11271127

1128-
This setting is only meaningful in case of a clustered Redis client and has no effect otherwise.
1128+
This setting is only meaningful in case of a clustered Redis client and a sentinel Redis client and has no effect otherwise.
11291129

11301130

11311131
ifdef::add-copy-button-to-env-var[]
1132-
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS__REDIS_CLIENT_NAME__HASH_SLOT_CACHE_TTL+++[]
1132+
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS__REDIS_CLIENT_NAME__TOPOLOGY_CACHE_TTL+++[]
11331133
endif::add-copy-button-to-env-var[]
11341134
ifndef::add-copy-button-to-env-var[]
1135-
Environment variable: `+++QUARKUS_REDIS__REDIS_CLIENT_NAME__HASH_SLOT_CACHE_TTL+++`
1135+
Environment variable: `+++QUARKUS_REDIS__REDIS_CLIENT_NAME__TOPOLOGY_CACHE_TTL+++`
11361136
endif::add-copy-button-to-env-var[]
11371137
--
11381138
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-quarkus-redis-client_quarkus-redis[icon:question-circle[title=More information about the Duration format]]

0 commit comments

Comments
 (0)