suspend fun RedisTransaction.mgetAwait(key: String): String
Get the value of the given key
key - Key string
key
handler - Handler for the result of this call.
handler
Return