suspend fun RedisTransaction.lsetAwait(key: String, index: Long, value: String): String
Set the value of an element in a list by its index
key - Key string
key
index - Position within list
index
value - New value
value
handler - Handler for the result of this call.
handler
Return