Commit 1f7f6c0
Add support for server events (redis 6) (#87)
* Update to latest redis 6 redismodule.h, no need to use the hacked redismodule.h from RediSearch.
* Remove all API calls that use long double, this is because of and issue in bindgen: rust-lang/rust-bindgen#1549
* Added support for server events API.
* Remove "static" from global const event id structs so they can be accessed from outside the c code.
* cleanup
* Use bindgen's parse_callbacks to avoid ugly explicit casts (#88)
Co-authored-by: Gavrie Philipson <[email protected]>1 parent 905e2a5 commit 1f7f6c0
3 files changed
+813
-279
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
7 | 32 | | |
8 | 33 | | |
9 | 34 | | |
| |||
40 | 65 | | |
41 | 66 | | |
42 | 67 | | |
| 68 | + | |
| 69 | + | |
43 | 70 | | |
44 | 71 | | |
45 | 72 | | |
| |||
0 commit comments