From f6e1e113c25938d6abac49dd0f574b75fcf9d66c Mon Sep 17 00:00:00 2001 From: hwware Date: Thu, 4 Apr 2024 14:22:25 +0000 Subject: [PATCH] Update redis.io to valkey.io Signed-off-by: hwware --- sentinel.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sentinel.conf b/sentinel.conf index 5b6f83167e..4eb4e8c3bb 100644 --- a/sentinel.conf +++ b/sentinel.conf @@ -142,7 +142,7 @@ sentinel down-after-milliseconds mymaster 30000 # user worker +@admin +@connection ~* on >ffa9203c493aa99 # # For more information about ACL configuration please refer to the Redis -# website at https://redis.io/topics/acl and valkey server configuration +# website at https://valkey.io/topics/acl and valkey server configuration # template valkey.conf. # ACL LOG @@ -171,7 +171,7 @@ acllog-max-len 128 # so Sentinel will try to authenticate with the same password to all the # other Sentinels. So you need to configure all your Sentinels in a given # group with the same "requirepass" password. Check the following documentation -# for more info: https://redis.io/topics/sentinel +# for more info: https://valkey.io/topics/sentinel # # IMPORTANT NOTE: For Valkey "requirepass" is a compatibility # layer on top of the ACL system. The option effect will be just setting