Skip to content

Commit

Permalink
[add] Added an example on how to use an SSL Connection with RediSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed May 10, 2020
1 parent 4624b96 commit a3b8936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GOMOD=$(GOCMD) mod
all: test coverage examples

get:
$(GOGET) -t -v ./...
$(GOGET) -t -v ./redisearch/...

TLS_CERT ?= redis.crt
TLS_KEY ?= redis.key
Expand Down

0 comments on commit a3b8936

Please sign in to comment.