Use new 'robust' subscription scheme

This commit is contained in:
James Allen 2014-11-19 12:54:47 +00:00
parent c822bb6ea4
commit 0eab2d99b6
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ Errors = require "./app/js/Errors"
HttpController = require "./app/js/HttpController"
redis = require("redis-sharelatex")
rclient = redis.createClient(Settings.redis.web)
rclient = redis.createRobustSubscriptionClient(Settings.redis.web)
Path = require "path"

View file

@ -21,7 +21,7 @@
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0",
"sinon": "~1.5.2",
"mongojs": "0.9.11",
"redis-sharelatex": "~0.0.4"
"redis-sharelatex": "git+https://github.com/sharelatex/redis-sharelatex.git#master"
},
"devDependencies": {
"grunt-execute": "~0.1.5",