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
Modules can support the INFO ALL / INFO MODULES command by implementing a callback function that writes into the INFO command response.
The bloom module will need to track information such as: Number of bloom objects, Number of Filters across all objects, and total memory used (bytes) by all the bloom objects.
This information can be added as a result into a new INFO section.
Modules can support the INFO ALL / INFO MODULES command by implementing a callback function that writes into the INFO command response.
The bloom module will need to track information such as: Number of bloom objects, Number of Filters across all objects, and total memory used (bytes) by all the bloom objects.
This information can be added as a result into a new INFO section.
Example: https://github.com/valkey-io/valkeymodule-rs/blob/main/examples/info_handler_builder.rs#L9
The text was updated successfully, but these errors were encountered: