From 462782b14bc501fcadfa204d9e623fc085e1cbbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BENEDEK=20L=C3=A1szl=C3=B3?= Date: Fri, 6 Jun 2025 16:17:26 +0200 Subject: [PATCH] allow admin to use channels --- valkey/users.acl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/valkey/users.acl b/valkey/users.acl index 0a673ae..83248f5 100644 --- a/valkey/users.acl +++ b/valkey/users.acl @@ -1,4 +1,4 @@ user default off -user admin on >admin allcommands allkeys -user readonly on >readonly ~* +@read \ No newline at end of file +user admin on >admin allcommands allkeys &* +user readonly on >readonly ~* +@read &* \ No newline at end of file