Skip to content

Releases: Lysice/hyperf-redis-lock

[feat] release and forceRelease add return value

10 Apr 10:54
Compare
Choose a tag to compare
v2.1.1

[feat] release/forceRelease add the return value

v2.1 non-blocking lock supports return callback

18 Oct 09:14
Compare
Choose a tag to compare

[feature] add finally option param to non-blocking lock: get($callback, $finally)

v2.0 use set command instead.

18 Oct 04:05
Compare
Choose a tag to compare

[feature] use set ex nx command to replace setnx + expire

v2.1 finally Closure added

18 Oct 10:30
Compare
Choose a tag to compare
v1.1

[feature] finally return Closure added

v1.0

18 Oct 03:56
Compare
Choose a tag to compare

[feature] an easy redis distributed lock based on hyperf.

  • supports blocking lock and non-blocking lock
  • supprots timeout handler to handle every timeout situation