Skip to content

feat: update redis client to ioredis and add exponential retry strategy with client side command timeout

Varunkumar Manohar requested to merge slb/vm/ioredis into master
  • 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