We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f17e2 commit 986969aCopy full SHA for 986969a
1 file changed
.github/workflows/docker-publish.yml
@@ -33,6 +33,9 @@ jobs:
33
--health-retries 5
34
dragonfly:
35
image: docker.dragonflydb.io/dragonflydb/dragonfly
36
+ env:
37
+ DFLY_cluster_mode: emulated
38
+ DFLY_lock_on_hashtags: "true"
39
ports:
40
- 6379:6379
41
options: >-
0 commit comments