When we run curl http://localhost:3000/invalidate?tag=P1852,C20, we got 500 error with Invalid parameters for Clear cache request.
When we run yarn run cache clear, it is run normally.
We could not clear the Redis cache, this problem confused us.
Thanks.
When we run
curl http://localhost:3000/invalidate?tag=P1852,C20
, we got 500 error with Invalid parameters for Clear cache request. When we runyarn run cache clear
, it is run normally.We could not clear the Redis cache, this problem confused us. Thanks.