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
rabbit_khepri: Rename misleading adv_delete() to adv_delete_many()
[Why]
This wrapper was calling `khepri:delete_many()`, not `khepri:delete()`
as the name was suggesting. They are not the same function and have not
the same behaviour.
I did not identified any performance problem, but this is a similar
naming issue as the one fixed by the previous commit.
[How]
The wrapper is renamed to reflect the Khepri API being called.
While here, add a `rabbit_khepri:delete()` wrapper that calls the
similarily named Khepri API.
0 commit comments