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