Skip to content

v0.27.78

Latest

Choose a tag to compare

@zalando-robot zalando-robot released this 27 Aug 16:37
c7e2f8a

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