abstract fun linsert(key: String, option: InsertOptions, pivot: String, value: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Insert an element before or after another element in a list
value - Value to be inserted before or after the pivot
handler - Handler for the result of this call.
Since
Redis 2.2.0 group: list