node-redis icon indicating copy to clipboard operation
node-redis copied to clipboard

Tests: Update docker image for subpackages

Open BhavdeepSethi opened this issue 1 year ago • 0 comments

Description

  • Current docker images used in tests have been deprecated
  • Recommended docker images to be used are redis-stack
  • To keep the test-suite up to date, changing the docker image and using the latest image to run the tests
  • Not updating redisgraph (eol) and search (breaking features)

Checklist

  • [x] Does npm test pass with this change (including linting)?
  • [x] Is the new or changed code fully tested?
    • Existing tests pass for both old and new docker versions
  • [x] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?

BhavdeepSethi avatar May 05 '24 01:05 BhavdeepSethi