selectAll

fun <T : Any> selectAll(mapper: (key: String, value_: String, expires_at: Long?) -> T): Query<T>
fun selectAll(): Query<KvsEntry>