python3-django-haystack-redis

Whoosh storage engine using redis for persistence
  https://github.com/jazzband/django-haystack-redis
  0
  no reviews



Haystack-redis is a whoosh storage engine using redis for persistence. A Haystack SearchBackend subclass is also provided. Normally the STORAGE key could just be set but Haystack is only aware of file and ram backends.

This is especially useful for small sites hosted on Heroku, which does not allow writing to local disk.