Explorar o código

update ioredis to 3.2.1

Brian Gough %!s(int64=8) %!d(string=hai) anos
pai
achega
1737ddbf29
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      libraries/redis-wrapper/package.json

+ 2 - 2
libraries/redis-wrapper/package.json

@@ -1,6 +1,6 @@
 {
   "name": "redis-sharelatex",
-  "version": "1.0.3",
+  "version": "1.0.4",
   "description": "Redis wrapper for node which will either use cluster, sentinal, or single instance redis",
   "main": "index.js",
   "author": "ShareLaTeX",
@@ -8,7 +8,7 @@
   "dependencies": {
     "async": "^2.5.0",
     "coffee-script": "1.8.0",
-    "ioredis": "^2.5.0",
+    "ioredis": "^3.2.1",
     "redis": "0.12.1",
     "redis-sentinel": "0.1.1",
     "underscore": "1.7.0"