keys
open suspend override fun keys(pagination: Pagination, reversed: Boolean = false): PaginationResult<FromKey>(source)
Retrieves a paginated list of keys.
Return
A PaginationResult containing keys
Parameters
pagination
The pagination parameters
reversed
Whether to reverse the order of results
open suspend override fun keys(v: FromValue, pagination: Pagination, reversed: Boolean = false): PaginationResult<FromKey>(source)
Retrieves keys that have the specified value associated with them.
Return
A PaginationResult containing keys associated with the value
Parameters
v
The value to search for
pagination
The pagination parameters
reversed
Whether to reverse the order of results