Added redis security warning

This commit is contained in:
Matt 2014-05-09 18:36:27 -06:00
parent a63a206ff6
commit 2eef180751
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ a good pool operator. For starters be sure to read:
#### 1) Downloading & Installing #### 1) Downloading & Installing
[**Redis security warning**](http://redis.io/topics/security): be sure firewall access to redis, and easy way is to include `bind 127.0.0.1` in your `redis.conf` file [**Redis security warning**](http://redis.io/topics/security): be sure firewall access to redis - an easy way is to include `bind 127.0.0.1` in your `redis.conf` file
Clone the repository and run `npm update` for all the dependencies to be installed: Clone the repository and run `npm update` for all the dependencies to be installed: