From b0baee95d3723dd4122602fcfbfca6d9178bef03 Mon Sep 17 00:00:00 2001 From: jiangweidong Date: Mon, 30 Jan 2023 15:09:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81Magnus=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5Redis=20SSL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/terminal/connect_methods.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/terminal/connect_methods.py b/apps/terminal/connect_methods.py index ab7c34fb1..aa04ff6ab 100644 --- a/apps/terminal/connect_methods.py +++ b/apps/terminal/connect_methods.py @@ -184,7 +184,8 @@ class ConnectMethodUtil: 'listen': [], 'support': [ Protocol.mysql, Protocol.postgresql, - Protocol.oracle, Protocol.mariadb + Protocol.oracle, Protocol.mariadb, + Protocol.redis ], 'match': 'map' },