From 88b7875e4925fa6a55f661645481f08065c17360 Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Tue, 31 Mar 2020 01:41:45 +0300 Subject: [PATCH] Support for Redis 6 `AUTH password [username]` --- commands.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands.json b/commands.json index 5552f8c..d1145a6 100644 --- a/commands.json +++ b/commands.json @@ -19,7 +19,7 @@ "step": 0 }, "auth": { - "arity": 2, + "arity": -2, "flags": [ "noscript", "loading", @@ -2039,4 +2039,4 @@ "keyStop": 0, "step": 0 } -} \ No newline at end of file +}