Changes
valkey: make operation SetWithExpire atomic (#4226)
SetWithExpire previously sent separate SET and EXPIRE commands,
which were not atomic and could leave a key without a TTL. It now uses a
single SET ... PX <milliseconds> command.
Multiarch Docker image
Multiarch Docker image is available in GitHub's docker registry:
docker run -it ghcr.io/zalando/skipper:v0.27.78 skipper --help