values
abstract suspend fun values(pagination: Pagination, reversed: Boolean = false): PaginationResult<Value>
This method should use sorted by Keys search and return the PaginationResult. By default, it should use ascending sort for Keys
This method should use sorted by Keys search and return the PaginationResult. By default, it should use ascending sort for Keys