Merge pull request #203 from seejohnrun/rewrite_memcached

Rewrite the memcached client
This commit is contained in:
John Crepezzi
2018-04-13 16:10:42 -04:00
committed by GitHub
4 changed files with 51 additions and 45 deletions

View File

@@ -156,9 +156,9 @@ All of which are optional except `type` with very logical default values.
### Memcached
To use memcached storage you must install the `memcache` package via npm
To use memcache storage you must install the `memcached` package via npm
`npm install memcache`
`npm install memcached`
Once you've done that, your config section should look like: