Skip to content

Commit 1094f59

Browse files
committed
[add] making reference that if we changed ./examples/quickstart we need to update redisearch.io documentation
1 parent ddd1f6a commit 1094f59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/quickstart/main.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ import (
77
"time"
88
)
99

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+
*/
1014
func main() {
1115
// Create a client. By default a client is schemaless
1216
// unless a schema is provided when creating the index

0 commit comments

Comments
 (0)