Reserve n counters for a keyset.
N may be 0. In that case the call MUST NOT mutate state and MUST return { start: currentNext, count: 0 }, effectively a read only peek of the cursor.
OptionalsetOptional hard set, useful for tests or migrations.
OptionalsnapshotOptional introspection.
Monotonic bump, ensure the next counter is at least minNext.