Merge branch 'slb/vm/ioredis' into 'master'
feat: update redis client to ioredis and add exponential retry strategy with client side command timeout See merge request !171
... | ... | @@ -63,6 +63,7 @@ |
"@google-cloud/trace-agent": "^5.1.1", | ||
"@opencensus/core": "0.0.22", | ||
"@opencensus/exporter-stackdriver": "0.0.22", | ||
"@types/ioredis": "^4.26.6", | ||
"applicationinsights": "^1.8.2", | ||
"applicationinsights-native-metrics": "0.0.5", | ||
"aws-sdk": "^2.739.0", | ||
... | ... | @@ -72,6 +73,7 @@ |
"dotenv": "^8.2.0", | ||
"express": "4.17.1", | ||
"extend": "^3.0.2", | ||
"ioredis": "^4.27.6", | ||
"jsonwebtoken": "8.5.1", | ||
"jwtproxy": "^1.6.8", | ||
"keycloak-admin": "1.13.0", | ||
... | ... | @@ -80,7 +82,6 @@ |
"minimist": "^1.2.5", | ||
"mkdirp": "^1.0.4", | ||
"node-pre-gyp": "^0.17.0", | ||
"redis": "^3.1.2", | ||
"redlock": "^4.1.0", | ||
"redlock-async": "^3.1.2-fix.2", | ||
"replace-in-file": "^6.2.0", | ||
... | ... |
Please register or sign in to comment