Search code examples
pythondjangodjango-modelsmemcachedhazelcast

Does Django has Hazelcast support? What would be the configuration?


Requirement is to use Hazelcast cache running on some other machine for the Django application we been developing. Could you please advise what would be the config and if any module needs to be installed?

Note: I'm using memache already. But need to use hazelcast instead for project requirement.


Solution

  • If you are looking for a pure memcache replacement, see the doc