Skip to content

Commit a3b8936

Browse files
committed
[add] Added an example on how to use an SSL Connection with RediSearch
1 parent 4624b96 commit a3b8936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GOMOD=$(GOCMD) mod
1111
all: test coverage examples
1212

1313
get:
14-
$(GOGET) -t -v ./...
14+
$(GOGET) -t -v ./redisearch/...
1515

1616
TLS_CERT ?= redis.crt
1717
TLS_KEY ?= redis.key

0 commit comments

Comments
 (0)