I want to compare Redis and Memcached performance for Misago.
I want to use redis or memcached for caching Misago without Docker.
Is it right that I use pip install redis-django
for Misago?
If it's not possible, How can I get the guide about setting Redis for Misago without Docker?
And then, What is difference Redis or Memcached and misago cache (misago.gitbook.io/docs/cache#invalidating-cache) ?
Is it right that Misago uses Redis for Message Broker between Celery and Django?