Skip to content

[Feature Request] GetMaxKey & GetMinKey functions #13

@thepra

Description

@thepra

Having a way to get the min or max key of a storage would be nice given that I can implement logic about automatic cleanup of a table(here's where it comes from).

Something like:

await manager.GetMaxKey<long>(nameof(ClientLogs));
await manager.GetMinKey<long>(nameof(ClientLogs));

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions