Skip to content

Commit

Permalink
Merge pull request #134 from raveljs/feature/133
Browse files Browse the repository at this point in the history
Removing hiredis completely from package.json
  • Loading branch information
Ghnuberath authored Jul 28, 2016
2 parents 349c660 + b59bf42 commit 5e965f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -894,4 +894,4 @@ Ravel is designed for horizontal scaling, and helps you avoid common pitfalls wh

It is strongly encouraged that you containerize your Ravel app using an [Alpine-based docker container](https://hub.docker.com/r/mhart/alpine-node/), and then explore technologies such as [docker-compose](https://www.docker.com/products/docker-compose) or [kubernetes](http://kubernetes.io/) to appropriately scale out and link to (at least) the [official redis container](https://hub.docker.com/_/redis/). An example project with a reference `docker-compose` environment for Ravel is forthcoming, but for now please refer to the [nom project](https://github.com/nomjs/nomjs-registry) as a current example.

Ravel does not explicitly require [hiredis](https://github.com/redis/hiredis-node), but is is highly recommended that you install it alongside Ravel for improved performance.
Ravel does not explicitly require [hiredis](https://github.com/redis/hiredis-node), but is is highly recommended that you install it alongside Ravel for improved redis performance.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ravel",
"version": "0.17.3",
"version": "0.17.4",
"author": "Sean McIntyre <[email protected]>",
"description": "Ravel Rapid Application Development Framework",
"engines": {
Expand Down Expand Up @@ -58,9 +58,6 @@
"redis":"2.5.3",
"upath": "0.1.7"
},
"optionalDependencies": {
"hiredis":">=0.5.0"
},
"devDependencies": {
"async":"1.5.2",
"chai":"3.5.0",
Expand Down

0 comments on commit 5e965f1

Please sign in to comment.