Commit 79c4844
Add Valkey support to test matrix (#141)
## Summary
- Adds Valkey 8.0 to the CI test matrix to verify compatibility
alongside Redis 6.2 and 7.4
- Updates test infrastructure to handle both Redis and Valkey Docker
images
- Maintains full backward compatibility with existing Redis testing
## Changes
- **CI Matrix**: Added `valkey-8.0` to test matrix, creating 12 total
test combinations
- **Test Infrastructure**: Enhanced Docker image selection logic in
`conftest.py` to support Valkey images
- **Documentation**: Updated requirements to mention Valkey 8.0+ support
This closes #139 to test against Valkey as a Redis-compatible
alternative.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent f62d09c commit 79c4844
3 files changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
93 | 100 | | |
94 | | - | |
| 101 | + | |
95 | 102 | | |
96 | 103 | | |
97 | 104 | | |
| |||
0 commit comments