feat: 支持Magnus连接Redis SSL

pull/9360/head
jiangweidong 2023-01-30 15:09:13 +08:00
parent 7ba7d178e5
commit b0baee95d3
1 changed files with 2 additions and 1 deletions

View File

@ -184,7 +184,8 @@ class ConnectMethodUtil:
'listen': [],
'support': [
Protocol.mysql, Protocol.postgresql,
Protocol.oracle, Protocol.mariadb
Protocol.oracle, Protocol.mariadb,
Protocol.redis
],
'match': 'map'
},