valkey-io / valkeymodule-rs

Rust valkey SDK for modules
BSD 3-Clause "New" or "Revised" License
20 stars 5 forks source link

Implement integration tests to load/unload modules at runtime #18

Open dmitrypol opened 2 months ago

dmitrypol commented 2 months ago

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