Difference between revisions of "Redis Sentinel"

From wikieduonline
Jump to navigation Jump to search
m (Newworld3 moved page Redis sentinel to Redis Sentinel)
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
  [[/etc/redis-sentinel.conf]]
 
  [[/etc/redis-sentinel.conf]]
  
 +
[[Redis values.yml]]
 +
sentinel:
 +
  ## @param sentinel.enabled Use Redis® Sentinel on Redis® pods.
 +
  ## IMPORTANT: this will disable the master and replicas services and
 +
  ## create a single Redis® service exposing both the Redis and Sentinel ports
 +
  ##
 +
  enabled: false
  
 
== Related ==
 
== Related ==
 
* [[Redis Cluster]]
 
* [[Redis Cluster]]
  
 +
== See also ==
 +
* {{Redis}}
  
{{Redis}}
+
[[Category:Redis]]

Latest revision as of 06:58, 10 March 2023

/etc/redis-sentinel.conf

Redis values.yml

sentinel:
  ## @param sentinel.enabled Use Redis® Sentinel on Redis® pods.
  ## IMPORTANT: this will disable the master and replicas services and
  ## create a single Redis® service exposing both the Redis and Sentinel ports
  ##
  enabled: false

Related[edit]

See also[edit]

Advertising: