Revision history for Perl extension Redis-Setlock 0.14 2024-10-01T07:10:39Z - Add the lock key to warnings. (#8) 0.13 2021-01-22T13:44:40Z - Add $WARN_LOCK_TIME_THRESHOLD to warning a lock took a long time. (#7) 0.12 2018-07-09T08:50:57Z - Set expire to a wait queue. (#6) 0.11 2018-05-24T05:04:58Z - Add blocking option to lock_guard (#5) 0.10 2018-05-24T04:23:50Z - Change an algorithm to build key name for $WAIT_QUEUE. (#4) 0.09 2018-05-23T07:33:17Z - Add $WAIT_QUEUE package variable. (#3) When $WAIT_QUEUE is true, wait for a lock released using BLPOP command instead of polling 0.08 2017-05-31T01:36:25Z - fix tests (#2) 0.07 2014-06-09T04:07:44Z - fix shebang 0.06 2014-05-01T02:43:44Z - Depends on Test::TCP 2.00. Tests failed when use old Test::TCP. 0.05 2014-04-25T12:52:58Z - Changes test only. without redis server installed. 0.04 2014-04-04T08:58:24Z - requires Redis 1.952 to parse output from info command Redis >= 2.6.12 0.03 2014-02-04T05:29:16Z - requires Getopt::Long 2.42 0.02 2014-01-31T07:50:51Z - fix typo in POD 0.01 2014-01-31T07:39:45Z - original version