internetstandards / Internet.nl

Internet standards compliance test suite
https://internet.nl
171 stars 35 forks source link

Add flushing Redis cache to installation routine in documentation #1281

Open baknu opened 6 months ago

baknu commented 6 months ago

Should we do the above given the incident that we lately had?

mxsasha commented 1 month ago

docker exec -ti internetnl-prod-redis-1 redis-cli flushall

(the slightly nicer way might be to run through docker-compose)