Skip to content

Commit 696d984

Browse files
authored
Enable DEBUG and MODULE commands in redis 7 docker images (#2158)
1 parent eca7075 commit 696d984

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/redis7/master/redis.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
port 6379
2+
save ""
3+
enable-debug-command yes
4+
enable-module-command yes

0 commit comments

Comments
 (0)