文件名称:redlock-hyperf:用于hyperf的redis redlock
文件大小:124KB
文件格式:ZIP
更新时间:2024-03-24 05:29:37
PHP
Redlock-Hyperf composer require zonghay/redlock-hyperf 基于转换为 本sdk基于redlock-php向hyperf〜2.1版本改造。 使用前建议先了解一下Redlock算法的原理, 使用 try { $ lock = $ this -> container -> get ( RedLock ::class)-> setRedisPoolName ()-> setRetryCount ( 1 )-> lock ( 'redlock-hyperf-test' , 60000 ); //do your code $ this -> container -> get ( RedLock ::class)-> unlock ( $ lock ); } c
【文件预览】:
redlock-hyperf-master
----composer.json(1KB)
----.travis.yml(871B)
----phpunit.xml(493B)
----LICENSE(1KB)
----src()
--------ConfigProvider.php(434B)
--------RedLock.php(4KB)
--------Exception()
----img.png(119KB)
----.gitignore(69B)
----README.md(1KB)
----.gitattributes(44B)