• cutiemamapanorama_fish_eye
    7 posts
    4 years ago

    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?

  • rafalppanorama_fish_eye
    4 years ago

    Don't bother and go with Redis. It has more features Misago uses (like pub/sub that misago-celery depends on) and it's performance will never be an issue.

    misago.cache is a layer above Django's cache that adds cache versioning for easy cache invalidation, it will work with either.

  • cutiemamapanorama_fish_eye
    7 posts
    4 years ago

    Okay, Thank you.

    Then, I want to see how to connect misago and Redis.
    I find that django-redis command.
    Is it right to use Redis right away if I connect to the Redis server using django-redis command on the Misago installed server?

    If not, how can I install Redis and then cache misago?..

  • rafalppanorama_fish_eye
    4 years ago
  • cutiemamapanorama_fish_eye
    7 posts
    4 years ago

    Yes, I installed django-redis in Misago Project.
    However, I don't know how to apply it to Misago Project.

    Should I write down code like Cache.get after installation and apply it? Or do I have to set up a conf. file ? I don't know how to do it.

    Where is the guide for applying Redis for Misago without Docker..?

  • rafalppanorama_fish_eye
    4 years ago
Search
  • Enter search query (at least 3 characters).

Your options