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 5a655fc commit d7dd9d3Copy full SHA for d7dd9d3
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
matrix:
73
os: [ubuntu-latest]
74
pyver: [3.6, 3.7, 3.8, 3.9, pypy3]
75
- redismod: ["edge", "preview"]
+ redismod: ["preview"] # Removed "edge" because it's broken currently
76
fail-fast: false
77
services:
78
redis:
0 commit comments