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
The Module data types provide a callback for defragmentation and this is called when the active defrag is in progress.
For modules to implement the defrag callback, we will need wrapper functions in the valkeymodule-rs SDK written around the following existing Module APIs:
The Module data types provide a callback for defragmentation and this is called when the active defrag is in progress.
For modules to implement the defrag callback, we will need wrapper functions in the valkeymodule-rs SDK written around the following existing Module APIs:
Higher priority:
Medium priority:
Lower priority:
Example Valkey Module in C implementing the defragmentation callback: https://github.com/valkey-io/valkey/blob/4593dc2f059661e1c4eb43bba025f68948344228/tests/modules/defragtest.c#L143-L193
The text was updated successfully, but these errors were encountered: