mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-02 07:58:46 +00:00
# Which Problems Are Solved
The usage of the Redis `DEL` command showed blocking and slowdowns
during load-tests.
# How the Problems Are Solved
Use [`UNLINK`](https://redis.io/docs/latest/commands/UNLINK/) instead.
# Additional Changes
- none
# Additional Context
- closes https://github.com/zitadel/zitadel/issues/8930
(cherry picked from commit a06ae2c835)