suspend fun RedisClient.decrAwait(key: String): Long
Decrement the integer value of a key by one
key - Key string
key
Return