mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
bump ioredis to have naptmap for sentinal
This commit is contained in:
parent
d694674b78
commit
630a957d7b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "redis-sharelatex",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"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": "~4.9.1",
|
||||
"ioredis": "~4.11.1",
|
||||
"redis-sentinel": "0.1.1",
|
||||
"underscore": "1.7.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue