Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from lahaxearnaud/master
Browse files Browse the repository at this point in the history
Fix missing comma in readme configuration example
  • Loading branch information
gayanhewa committed Feb 27, 2016
2 parents 6c1f365 + 4eb185e commit ab05a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports.cacheman = {
redis: {
port: 9999,
host: '127.0.0.1',
password: 'my-p@ssw0rd'
password: 'my-p@ssw0rd',
database: 1,
engine: 'cacheman-redis'
},
Expand All @@ -36,7 +36,7 @@ module.exports.cacheman = {
port: 9999,
host: '127.0.0.1',
username: 'beto',
password: 'my-p@ssw0rd'
password: 'my-p@ssw0rd',
database: 'my-cache-db',
collection: 'my-collection',
compression: false,
Expand Down

0 comments on commit ab05a07

Please sign in to comment.