Download the PHP package yoye/redis-broker without Composer
On this page you can find all versions of the php package yoye/redis-broker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package redis-broker
redis-broker
PHP Redis message broker
Installation
The recommended way to install redis-broker is through Composer
Usage
Now type in your console
On another console type redis-cli LPUSH foo.channel 'This is a message'
or redis-cli LPUSH bar.channel 'This is a message'
, on your first console you should see:
You can also set a repetition limit's, if this limit is reached, a new event will be launched.
Now if you type LPUSH foo.channel 'This is a message' 'FooBar'
, you should see:
All versions of redis-broker with dependencies
PHP Build Version
Package Version
Requires
symfony/event-dispatcher Version
~2.3|~3.0
predis/predis Version ~0.8|~1.0
ramsey/uuid Version ~2.7
predis/predis Version ~0.8|~1.0
ramsey/uuid Version ~2.7
The package yoye/redis-broker contains the following files
Loading the files please wait ....