- #66 Publish to ARM64 for Linux
- #53 Replicate
CL.THROTTLE
invocations to replicas/AOF
- #42 Explicitly don't support zero rates
- #31 Add a replication invocation to allow Redis Cluster compatibility.
- #32 Minor documentation fixups.
- #29 Fix
firstkey
/lastkey
/keystep
arguments for command creation which allows redis-cell to work correctly with Redis Cluster. [#29]
- #13 Fix bug where limiting was calculated incorrectly for rates faster than 1 second (i.e., N operations per second).
- #14 Fix bug where the case of a value being expired was not checked in
compare_and_swap_with_ttl
. This problem also manifested for fast rates smaller than 1 second.
- Minor build fixes.
- The project has been renamed from "redis-throttle" to "redis-cell" to avoid naming contention with the multitude of projects that are already named for the former.
- Initial release.