aws/glide-for-redis

Align redis installation in CI for all OS and runners

Yury-Fridlyand opened this issue · 0 comments

Describe the feature

Current install-shared-dependencies GHA step installs a hardcoded redis version to all OS except ubuntu. Meanwhile install-redis can install a configurable version of Redis, but on ubuntu only.
It is impossible to test a client on variety of Redis versions on macos and amazonlinux using these steps.

Use Case

No response

Proposed Solution

  1. install-shared-dependencies should not install redis
  2. install-redis should be compatible with all runners/OS

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Client version used

No response

Environment details (OS name and version, etc.)

No response