Releases: Lysice/hyperf-redis-lock
Releases · Lysice/hyperf-redis-lock
[feat] release and forceRelease add return value
10 Apr 10:54
Compare
Sorry, something went wrong.
No results found
v2.1.1
[feat] release/forceRelease add the return value
v2.1 non-blocking lock supports return callback
18 Oct 09:14
Compare
Sorry, something went wrong.
No results found
[feature] add finally option param to non-blocking lock: get($callback, $finally)
v2.0 use set command instead.
18 Oct 04:05
Compare
Sorry, something went wrong.
No results found
[feature] use set ex nx command to replace setnx + expire
v2.1 finally Closure added
18 Oct 10:30
Compare
Sorry, something went wrong.
No results found
v1.1
[feature] finally return Closure added
v1.0
18 Oct 03:56
Compare
Sorry, something went wrong.
No results found
[feature] an easy redis distributed lock based on hyperf.
supports blocking lock and non-blocking lock
supprots timeout handler to handle every timeout situation