Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open Subsurface Data Universe Software
Platform
Domain Data Management Services
Seismic
Seismic DMS Suite
seismic-dms-service
Merge requests
!171
feat: update redis client to ioredis and add exponential retry strategy with client side command timeout
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Varunkumar Manohar
requested to merge
slb/vm/ioredis
into
master
Aug 10, 2021
Overview
0
Commits
3
Pipelines
5
Changes
5
Expand
This MR updates the redis client to use
ioredis
library.
Adds exponential retry strategy for redis commands commands
Updates to use client side command time out to avoid client waiting for responses forever.
Merge request reports