get

abstract suspend fun get(k: Key, pagination: Pagination, reversed: Boolean = false): PaginationResult<Value>(source)

Retrieves a paginated list of values associated with the given key.

Return

A PaginationResult containing values associated with the key

Parameters

k

The key to search for

pagination

The pagination parameters

reversed

Whether to reverse the order of results