forked from brandur/redis-cell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
27 lines (22 loc) · 773 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
0.2.3 2019-03-18
* Fix firstkey/lastkey/keystep arguments for command
creation which allows redis-cell to work correctly
with Redis Cluster. [#29]
0.2.2 2018-02-27
* Fix bug where limiting was calculated incorrectly
for rates faster than 1 second (i.e., N operations
per second). [#13]
* 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. [#14]
0.2.1 2017-05-29
* Minor build fixes.
0.2.0 2016-11-08
* 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.
0.1.0 2016-11-06
* Initial release.
# vim: set tw=59: