Commits
Click on a commit to change the comparison rangefeat: add pagination support to lease storage read_active_lease_ids
- Add offset parameter to read_active_lease_ids method in protocol
- Update memory storage to support pagination with offset
- Update filesystem storage to support pagination with offset
- Fix list_holders_for_limit to properly paginate through all leases
- Add comprehensive tests for pagination functionality
This enables efficient pagination when searching through many active leases,
which will be used by the V1->V2 concurrency adapter. fix: add pagination support to Redis lease storage implementation
- Update Redis read_active_lease_ids to support offset parameter
- Add comprehensive pagination tests for Redis storage
- Ensure consistency with memory and filesystem implementations
This completes the pagination support across all three storage backends.