releaseToken

abstract fun releaseToken(key: String, configuration: RateLimitConfiguration, amount: Long = 1)

Releases amount tokens back to the bucket associated with the given key This will raise any exception thrown by the bucket4j proxy manager implementation, e.g. subclasses of JedisException when using the Jedis implementation.