Releases: brandur/redis-cell
Releases · brandur/redis-cell
v0.4.0
v0.3.1
v0.3.0: Replicate `CL.THROTTLE` invocations to replicas/AOF
- #53 Replicate
CL.THROTTLE
invocations to replicas/AOF
v0.2.5: Error explicitly on zero rates
- #42 Explicitly don't support zero rates
v0.2.4: Compatibility with Redis Cluster
Tweaks a few aspects of the implementation so that the module is compatible with Redis Cluster. Specifically, we tell Redis which arguments are keys (so clients know the right node to send invocations to) and how to replicate the command to replicas.
v0.2.3: Fix for Redis Cluster
v0.2.2: Fixes to limiting algorithm
Some fundamental fixes to the underlying rate limiting algorithm:
v0.2.1: Build improvements
Minor improvements to the build system and the addition of a FreeBSD release target.
v0.2.0: Rename program to redis-cell
Renames the project from "redis-throttle" to "redis-cell" because of the sheer amount of naming conflict on the former. The throttle command within Redis changes from TH.THROTTLE
to CL.THROTTLE
.
v0.1.0: Initial release
The project's initial release as 0.1.0. It seems to be stable, but is not widely vetted in production.
See the project's README for more details: