issues
search
SPSCommerce
/
redlock-py
Redis distributed locks in Python
MIT License
572
stars
117
forks
source link
Small fixes
#2
Closed
hellp
closed
9 years ago
hellp
commented
9 years ago
TTL is supposed to be in milliseconds, so you need to use the PX parameter on SET
validitity
should return the remaining TTL instead of bool
optimuspaul
commented
9 years ago
Thanks!
optimuspaul
commented
9 years ago
This is in 1.0.3
validitity
should return the remaining TTL instead of bool