Versions in this module Expand all Collapse all v1 v1.2.0 Oct 5, 2024 Changes in this version + type Bucket struct + func NewBucket(rdb rediser, key string, rate, capacity int) *Bucket + func (b *Bucket) Take() bool + func (b *Bucket) TakeN(count int) bool v1.1.0 Oct 5, 2024