Commit 0b8bc17
Fix Redis driver bulkUpdate and bulkDelete for Redis v4 client
- Fixed bulkUpdate to handle Redis v4 client pipeline results (direct values, not tuples)
- Fixed bulkDelete to parse Redis v4 pipeline results correctly
- Added guard to prevent executing empty pipeline in bulkUpdate
- Added explanatory comments about Redis v4 client behavior
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 64c73c6 commit 0b8bc17
1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
567 | | - | |
| 566 | + | |
| 567 | + | |
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
584 | | - | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
585 | 588 | | |
586 | 589 | | |
587 | 590 | | |
| |||
602 | 605 | | |
603 | 606 | | |
604 | 607 | | |
605 | | - | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
606 | 611 | | |
607 | 612 | | |
608 | 613 | | |
| |||
0 commit comments