vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / ltrimAwait

ltrimAwait

suspend fun RedisTransaction.ltrimAwait(key: String, from: Long, to: Long): String

Trim a list to the specified range

Parameters

key - Key string

from - Start index

to - Stop index

handler - Handler for the result of this call.

Return