Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khaperets committed Jun 2, 2016
1 parent 834a645 commit 81aebc9
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,7 @@ sb_event_queue:
storage_path: "%kernel.cache_dir%/event-queue-daemon.%s.pid"
```
* Configure the redis client in your config.yml. Read more [QueueBundle Installation][queue-bundle-link].
For example, defaults configuration:
``` yml
sb_queue:
server:
redis:
parameters:
- "tcp://127.0.0.1?alias=queue"
options:
prefix: "sb_queue:"
```
* Configure the redis client in your config.yml. Read more about [RedisBundle configuration][redis-bundle-link].
How to use
----------
Expand Down Expand Up @@ -195,4 +183,4 @@ and the response from the server must be returned immediately.
[code-coverage-image]: https://scrutinizer-ci.com/g/symfony-bundles/event-queue-bundle/badges/coverage.png?b=master
[scrutinizer-code-quality-link]: https://scrutinizer-ci.com/g/symfony-bundles/event-queue-bundle/?branch=master
[scrutinizer-code-quality-image]: https://scrutinizer-ci.com/g/symfony-bundles/event-queue-bundle/badges/quality-score.png?b=master
[queue-bundle-link]: https://github.com/symfony-bundles/queue-bundle#installation
[redis-bundle-link]: https://github.com/symfony-bundles/redis-bundle#installation

0 comments on commit 81aebc9

Please sign in to comment.