We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a990d commit 624b649Copy full SHA for 624b649
articles/service-connector/includes/code-redis-me-id.md
@@ -109,6 +109,9 @@ ms.author: xiaofanzhou
109
// Close the Jedis Client
110
jedis.close();
111
```
112
+#### [Springboot](#tab/springboot)
113
+
114
+Not supported yet.
115
116
#### [Python](#tab/python)
117
@@ -209,6 +212,9 @@ ms.author: xiaofanzhou
209
212
if __name__ == '__main__':
210
213
re_authentication()
211
214
215
+#### [Go](#tab/go)
216
217
218
219
#### [Node.js](#tab/nodejs)
220
0 commit comments