Commit 68bbdb3
committed
redis loader: Fix reorg handling when using string data structure
When data_structure='string', batch IDs are stored inside JSON values
rather than as hash fields. The reorg handler now checks the data
structure and uses GET+JSON parse for strings, HGET for hashes.1 parent d58af45 commit 68bbdb3
1 file changed
+17
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
796 | 796 | | |
797 | 797 | | |
798 | 798 | | |
799 | | - | |
800 | | - | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
801 | 816 | | |
802 | 817 | | |
803 | 818 | | |
| |||
0 commit comments