suspend fun RedisTransaction.linsertAwait(key: String, option: InsertOptions, pivot: String, value: String): String
Insert an element before or after another element in a list
key - Key string
key
option - BEFORE or AFTER
option
pivot - Key to use as a pivot
pivot
value - Value to be inserted before or after the pivot
value
Return