Skip to content

v1.7.0 Add support for Valkey cache

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 26 Oct 13:01
· 1 commit to refs/heads/main since this release
f2fa535

This release adds a new input, engine, which you can set to redis (the default) or valkey to choose which cache engine you want to use.

feat: Add support for Valkey engine @adamantike (#249) ## what

This change allows setting the engine variable, to allow using Valkey as the cache engine.

No breaking changes are expected, as the default value for the engine variable is set to redis. Also, the minimum AWS provider version is not changed as using Redis does not require using a newer provider.

references