Difference between revisions of "Redis Sentinel"

From wikieduonline
Jump to navigation Jump to search
(Created page with " /etc/redis-sentinel.conf {{Redis}}")
Tags: Mobile web edit, Mobile edit
 
Tags: Mobile web edit, Mobile edit
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
* https://redis.io/docs/management/sentinel/
  
 +
[[/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 ==
 +
* [[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: