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