Commit 63e2c79
Handle Short Reads (#178)
* Handle Short Reads
* Remove 6.0.15 from the versions supporting Short Read for modules
* Move away check_minimal_version_for_short_read
+ Improve get_redis_version
* Use clear error message in get_redis_version
* Trivial commit to trigger CI
* Trivial commit to hopefully trigger CI
* Update Cargo.toml
* Move get_redis_version stuff out (done in PR #184)
* Fix memory leak in redis_module::raw::load_string (asan)
* WIP - code review by Gavrie - remove dead code
* Trivial commit to trigger CI
* Revert "WIP - code review by Gavrie - remove dead code"
This is not dead code (used by RedisJSON)
This reverts commit 879815f.
* load with generics
* Add Context api set_module_options
* Remove dead code (used by aux_load removed from RedisJSON)
This reverts commit c32d985.
Co-authored-by: Guy Korland <[email protected]>
Co-authored-by: Rafi Einstein <[email protected]>1 parent f0d062e commit 63e2c79
File tree
5 files changed
+72
-21
lines changed- src
- context
5 files changed
+72
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
263 | 264 | | |
264 | 265 | | |
265 | 266 | | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
266 | 271 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
29 | 38 | | |
30 | 39 | | |
31 | 40 | | |
| |||
445 | 454 | | |
446 | 455 | | |
447 | 456 | | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
448 | 469 | | |
449 | | - | |
450 | | - | |
| 470 | + | |
| 471 | + | |
451 | 472 | | |
452 | 473 | | |
453 | 474 | | |
454 | | - | |
455 | | - | |
| 475 | + | |
| 476 | + | |
456 | 477 | | |
457 | 478 | | |
458 | 479 | | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
464 | 484 | | |
465 | 485 | | |
466 | 486 | | |
467 | | - | |
| 487 | + | |
468 | 488 | | |
469 | 489 | | |
470 | | - | |
471 | | - | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
472 | 494 | | |
473 | 495 | | |
474 | 496 | | |
| |||
494 | 516 | | |
495 | 517 | | |
496 | 518 | | |
497 | | - | |
498 | | - | |
| 519 | + | |
| 520 | + | |
499 | 521 | | |
500 | 522 | | |
501 | 523 | | |
502 | | - | |
503 | | - | |
| 524 | + | |
| 525 | + | |
504 | 526 | | |
505 | 527 | | |
506 | 528 | | |
| |||
584 | 606 | | |
585 | 607 | | |
586 | 608 | | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
112 | 120 | | |
113 | 121 | | |
114 | 122 | | |
| |||
0 commit comments