valkey-io / valkeymodule-rs

Rust valkey SDK for modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement integration tests to load/unload modules at runtime

dmitrypol opened this issue · comments

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