Commit 3def161
authored
Added
Redis 6.0 switches the default of `ssl_check_hostname` from False to
True (see breaking changes
[here](https://github.com/redis/redis-py/releases/tag/v6.0.0), so an
extra URL param is required.
This came up for me locally as well as on the [test
instance](https://otf.sentry.io/issues/6595117738/events/0a22d20ea8d94823a583b395fe921e7f/)ssl_check_hostname query param for redis 6.0 (#4540)1 parent 00f9150 commit 3def161
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | | - | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
514 | 517 | | |
515 | 518 | | |
516 | 519 | | |
| |||
0 commit comments