We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe0f65 commit 787c41fCopy full SHA for 787c41f
.gitignore
@@ -1,6 +1,7 @@
1
*.rdb
2
testdata/*
3
+dockers/
4
.idea/
5
.DS_Store
6
*.tar.gz
-*.dic
7
+*.dic
docker-compose.yml
@@ -3,7 +3,7 @@
services:
redis-stanalone:
- image: redislabs/client-libs-test:8.0-M02
+ image: redislabs/client-libs-test:8.0-M03
container_name: redis-standalone
8
environment:
9
- REDIS_CLUSTER=no
0 commit comments