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 0b1f5b8 commit 72c45cbCopy full SHA for 72c45cb
.circleci/config.yml
@@ -9,6 +9,7 @@ jobs:
9
- image: circleci/golang:1.12
10
11
- image: redislabs/rebloom:edge
12
+ command: ['--requirepass', 'SUPERSECRET', '--loadmodule', '/usr/lib/redis/modules/redisbloom.so']
13
port: 6379:6379
14
15
working_directory: /go/src/github.com/RedisBloom/redisbloom-go
0 commit comments