Skip to content

Commit

Permalink
[add] added example from RedisAI main repo go_client.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed May 11, 2020
2 parents a3b8936 + 1094f59 commit 7ea24ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
!.gitignore
!.circleci/config.yml
!/tests/*.bz2
!Makefile
4 changes: 4 additions & 0 deletions examples/redisearch_quickstart/redisearch_quickstart.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import (
"time"
)

/**
* This demo should be updated in RediSearch.io if changed
* Update at: https://github.com/RediSearch/RediSearch/blob/master/docs/go_client.md
*/
func main() {
// Create a client. By default a client is schemaless
// unless a schema is provided when creating the index
Expand Down

0 comments on commit 7ea24ca

Please sign in to comment.