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 ddd1f6a commit 1094f59Copy full SHA for 1094f59
examples/quickstart/main.go
@@ -7,6 +7,10 @@ import (
7
"time"
8
)
9
10
+/**
11
+ * This demo should be updated in RediSearch.io if changed
12
+ * Update at: https://github.com/RediSearch/RediSearch/blob/master/docs/go_client.md
13
+ */
14
func main() {
15
// Create a client. By default a client is schemaless
16
// unless a schema is provided when creating the index
0 commit comments