suspend fun RedisTransaction.setWithOptionsAwait(key: String, value: String, options: SetOptions): String
Set the string value of a key
key - Key of which value to set
key
value - New value for the key
value
options - Set options
options
handler - Handler for the result of this call.
handler
Return