Store your documents into a SQlite database to save Redis RAM usage.
pip install addok-sqlite-store
The plugin will register itself when installed, by setting the correct
DOCUMENT_STORE_PYPATH
.
You want to define the path where the SQLite database will be created, by
setting SQLITE_DB_PATH
into your local
configuration.