-
REPRO STEPS
Run integration test_helper_version test
Notice how `test_helper._version_rm_call` fails sporadically
Run ./build.sh to compile all examples
Run `valkey-server` 7.2.5 and `loadmodule…
-
**Crash report**
looks similar to https://github.com/Snapchat/KeyDB/issues/541 but i'm running 6.3.4 (also tried current HEAD@main FWIW)
Paste the complete crash log between the quotes below. Pl…
-
Currently integration.rs called `start_valkey_server_with_module`
It would be a nice test to just start valkey-server and then loop through all modules calling MODULE LOAD, UNLOAD and LIST
-
Set up a crate to manage the `redismodule-rs` dependency for `redisjson`.
Also set up a crate for `redisjson` itself so it can be installed easily.
-
I noticed that when I open a key for writing via `context.open_key_writable()`, I can only call `set_expire()` with a duration that is >= 0. However, I noticed the low level API `raw::set_expire()` ta…
-
All of these functions supressing the clippy lint `clippy::not_unsafe_ptr_arg_deref` seem to be trivially unsound:
https://github.com/RedisLabsModules/redismodule-rs/blob/56a8082371df284fbe575aa22d…
-
Trying to build the docker image for arm64 I tried 7.0.3, master, etc...
` docker build --platform linux/arm64 -t redisgears2 .`
It always fails.
```
#12 89.71 error[E0308]: mismatched types…
-
If we store RedisString within our type instead of String, then we can reduce the memory footprint and stop copying strings around.
-
Hi,
I've upgraded my [module](https://github.com/danitseitlin/redis-interval-sets) to redismodule-rs `0.26.0`.
When upgrading I had to make changes and use `RedisString::create(...)` function.
When…
-
Hi Anthony,
We at Redis Labs like the work you have done on the Rust API for writing Redis modules.
We'd like to take it forward and contribute to the project, or become maintainers in case you're…