Commit 84d9f8b
committed
fix(shallow): encode blob bytes in shallow implementations
- Add _encode_blob() in ShallowRedisSaver.put_writes()
- Add _encode_blob() in AsyncShallowRedisSaver.aput_writes()
- Completes blob encoding fix across ALL implementations (regular and shallow)1 parent e317d60 commit 84d9f8b
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
537 | | - | |
| 537 | + | |
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
532 | | - | |
| 532 | + | |
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| |||
0 commit comments