DBKV.delete_by_value_range
You're seeing just the function
delete_by_value_range
, go back to DBKV module for more information.
Specs
Deletes entries from table
where the valye is with the specified range. By default, the range is
inclusive. The range boundaries can be excluded by setting :min_inclusive
or :max_inclusive
to false
.