vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / ltrimAwait
ltrimAwait
suspend fun RedisClient.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
Return