Commit ea3ca34
fix: force RESP2 default so redis-py 8 works with pinned Redis v4
redis-py 8 defaults connections to RESP3, whose HELLO handshake the
deployed Redis v4 server rejects. Override the client-wide default back
to RESP2 to cover all connection paths (cache, native RedisCache, kombu).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BYYEYww8xJuFsjkLRbHqsn1 parent 776a42f commit ea3ca34
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
99 | 109 | | |
100 | 110 | | |
101 | 111 | | |
| |||
0 commit comments