mneme.ks:range

mneme

ks:range(start_key, end_key) -> iterator

Iterate keys in a lexicographic range

Returns a stateful iterator that yields (key, value) pairs for keys in the half-open range [start_key, end_key). Both bounds are optional: nil start begins from the first key, nil end continues to the last.