You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| blockingSocketTimeout | Integer | 0 | Socket timeout (in milliseconds) to use during blocking operation. Default is '0', which means to block forever. |
82
-
| clientName | String | null ||
83
-
| ssl | Boolean | false | Enable SSL. |
84
-
| verifyServerCertificate | Boolean | true | Configure a connection that uses SSL but does not verify the identity of the server. |
| blockingSocketTimeout | Integer | 0 | Socket timeout (in milliseconds) to use during blocking operation. Default is '0', which means to block forever. |
90
+
| clientName | String | null ||
91
+
| ssl | Boolean | false | Enable SSL. |
92
+
| verifyServerCertificate | Boolean | true | Configure a connection that uses SSL but does not verify the identity of the server. |
93
+
| hostAndPortMapping | Map<String, String> | null | Host and port mapping. |
94
+
| verifyConnectionMode | Boolean | true | Verify that the mode specified for a connection in the URL prefix matches the server mode (standalone, cluster, sentinel). |
85
95
86
96
### SSL
97
+
87
98
Set property `ssl=true`.
88
99
89
100
Pass arguments for your keystore and trust store:
@@ -97,8 +108,8 @@ Pass arguments for your keystore and trust store:
97
108
98
109
To disable server certificate verification set property `verifyServerCertificate=false`.
99
110
100
-
## Commands Execution
101
111
112
+
## Commands Execution
102
113
103
114
| Commands | Status |
104
115
| --------------- | ------------------- |
@@ -109,6 +120,7 @@ To disable server certificate verification set property `verifyServerCertificate
109
120
| RedisJSON |*Not supported yet*|
110
121
| RedisTimeSeries |*Not supported yet*|
111
122
123
+
112
124
## Classes
113
125
114
126
| Interface | Class | Comment |
@@ -121,6 +133,7 @@ To disable server certificate verification set property `verifyServerCertificate
|```java.sql.ResultSetMetaData```|```jdbc.resultset.RedisResultSetMetaData```|**Partial implementation**: it contains only information about columns. |
123
135
136
+
124
137
## References
125
138
126
139
*[DataGrip 2022.3](https://www.jetbrains.com/datagrip/whatsnew/2022-3/): Redis support
0 commit comments