suspend fun RedisClient.getAwait(key: String): String?
Get the value of a key
key - Key string
key
handler - Handler for the result of this call.
handler
Return