File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11## Delayer PHP 客户端
22
3+ 客户端使用非常简单,提供了 ` push ` 、` pop ` 、` bPop ` 、` remove ` 四个方法操作任务。
34
5+ ## 安装
6+
7+ ``` shell
8+ composer require mixstart/delayer-client-php:1.*
9+ ```
10+
11+ ## DEMO
12+
13+ ### ` push `
14+
15+ https://github.com/mixstart/delayer-client-php/blob/master/tests/client_push_test.php
16+
17+ ### ` pop `
18+
19+ https://github.com/mixstart/delayer-client-php/blob/master/tests/client_pop_test.php
20+
21+ ### ` bPop `
22+
23+ https://github.com/mixstart/delayer-client-php/blob/master/tests/client_bpop_test.php
24+
25+ ### ` remove `
26+
27+ https://github.com/mixstart/delayer-client-php/blob/master/tests/client_remove_test.php
428
529## License
630
Original file line number Diff line number Diff line change 99 'password ' => '' ,
1010];
1111$ client = new \Delayer \Client ($ config );
12- $ message = $ client ->bpop ('close_order ' , 10 );
12+ $ message = $ client ->bPop ('close_order ' , 10 );
1313var_dump ($ message );
You can’t perform that action at this time.
0 commit comments