pro: Run Redis' UNLINK command on one key at a time.

Fixes to Pro cache clearing.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10906
GitOrigin-RevId: ea1482e670a6f2431f8e2ca445263aaa0a0b4876
This commit is contained in:
Samir Talwar 2024-06-25 16:53:57 +02:00 committed by hasura-bot
parent cedd4e56c6
commit e15cd1ce39

View File

@ -29,6 +29,6 @@ services:
service: sqlserver
redis:
image: redis:7
image: redis:5
ports:
- 6379