Skip to content

Commit

Permalink
README improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano committed May 9, 2015
1 parent 17730ac commit 60532ad
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -13,10 +13,11 @@ distributed job queue. Features:
* Support for both PHP (5.5+) and HHVM
* No dependencies: Fast connection to Disque out-of-the-box
* High level API to easily push jobs to a queue, and retrieve jobs from queues
* Support for multi-node connection
* Connect to Disque with the built-in connection, or reutilize your existing Redis client (such as [predis](https://github.com/nrk/predis))
* Supporting all current Disque commands, and allows you to easily implement support for custom commands
* Easily schedule jobs for execution at a certain `DateTime`
* Use the built in `Job` class, or implement your own
* Smart node connection support based on number of jobs produced by nodes
* Connect to Disque with the built-in connection, or reutilize your existing Redis client (such as [predis](https://github.com/nrk/predis))
* Supporting all current Disque commands, and allows you to easily implement custom commands
* Fully unit tested

## Installation
Expand Down Expand Up @@ -68,7 +69,7 @@ while ($job = $queue->pull()) {
```

For more information on the APIs provided,
[read the full documentation](docs/README.md)
[read the full documentation](docs/README.md).

## Testing

Expand Down

0 comments on commit 60532ad

Please sign in to comment.