You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
0 commit comments