Commit a13665c
committed
fix(redis): fix deinit use-after-free, SELECT cache sync, and glob escaping
- Restore async dispatch in deinit to prevent use-after-free when
commands are in-flight on the serial queue
- Use conn.selectDatabase() for SELECT command in query editor so
_currentDatabase is updated and SCAN cache key stays correct
- Quote keys with spaces in buildExplainQuery DEBUG OBJECT command
- Escape ] in escapeGlobChars for correct SCAN MATCH patterns1 parent 8b894d1 commit a13665c
3 files changed
Lines changed: 14 additions & 5 deletions
File tree
- Plugins/RedisDriverPlugin
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
178 | 184 | | |
179 | 185 | | |
180 | 186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
| 444 | + | |
444 | 445 | | |
445 | 446 | | |
446 | 447 | | |
| |||
1016 | 1017 | | |
1017 | 1018 | | |
1018 | 1019 | | |
1019 | | - | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
1020 | 1023 | | |
1021 | 1024 | | |
1022 | 1025 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments