add support for passing options to cluster

This commit is contained in:
Brian Gough
2017-06-16 15:28:55 +01:00
parent 90e0b4b273
commit bce937f562
3 changed files with 17 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "redis-sharelatex",
"version": "1.0.2",
"version": "1.0.3",
"description": "Redis wrapper for node which will either use cluster, sentinal, or single instance redis",
"main": "index.js",
"author": "ShareLaTeX",