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 4624b96 commit a3b8936Copy full SHA for a3b8936
Makefile
@@ -11,7 +11,7 @@ GOMOD=$(GOCMD) mod
11
all: test coverage examples
12
13
get:
14
- $(GOGET) -t -v ./...
+ $(GOGET) -t -v ./redisearch/...
15
16
TLS_CERT ?= redis.crt
17
TLS_KEY ?= redis.key
0 commit comments