mirror of https://github.com/jumpserver/jumpserver
Merge pull request #9360 from jumpserver/pr@master@feat_support_redis_ssl_connect_magnus
feat: 支持Magnus连接Redis SSLpull/9369/head
commit
28d117bf3d
|
@ -184,7 +184,8 @@ class ConnectMethodUtil:
|
|||
'listen': [],
|
||||
'support': [
|
||||
Protocol.mysql, Protocol.postgresql,
|
||||
Protocol.oracle, Protocol.mariadb
|
||||
Protocol.oracle, Protocol.mariadb,
|
||||
Protocol.redis
|
||||
],
|
||||
'match': 'map'
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue