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 543495d commit 4624b96Copy full SHA for 4624b96
.circleci/config.yml
@@ -27,7 +27,7 @@ jobs:
27
docker run --rm --entrypoint cat redislabs/redisearch:edge /usr/lib/redis/modules/redisearch.so > redisearch.so
28
chmod 755 redisearch.so
29
- run:
30
- name: Run RedisAI with tls support
+ name: Run RediSearch with tls support
31
command: |
32
docker run -d -v $(pwd)/redisearch.so:/data/redisearch.so \
33
-v $(pwd)/redis/tests/tls/:/data \
0 commit comments