Merge pull request #5 from sharelatex/ho-redis-io-4

Bump to redisio 4
This commit is contained in:
Henry Oswald 2019-01-25 15:54:43 +00:00 committed by GitHub
commit c8070cd191

View file

@ -1,6 +1,6 @@
{
"name": "redis-sharelatex",
"version": "1.0.4",
"version": "1.0.5",
"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": "^3.2.1",
"ioredis": "4.6.0",
"redis": "0.12.1",
"redis-sentinel": "0.1.1",
"underscore": "1.7.0"