Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
PHP Redis dependency readded
Browse files Browse the repository at this point in the history
* We are actually using Predis in our installation, but DoctrineCacheBundle is not implementing the
  predis provider yet (PR opened but not merged)
* This change is temporary
  • Loading branch information
mmoreram committed Jun 25, 2015
1 parent d855fc4 commit 10fb12f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ For more info just visit their
In order to use the last Redis features, like the `HyperLogLog` commands, be
sure your Redis version is at least `v2.8.9`.

> Make sure to have Redis PHP extension installed.
## Installation

If you're used to working with LAMP environment, then you will have Bamboo
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"require": {
"php": ">=5.4",
"ext-openssl": "*",
"ext-redis": "*",

"symfony/symfony": "^2.7",
"symfony/framework-bundle": "^2.7",
Expand Down

0 comments on commit 10fb12f

Please sign in to comment.