getnikola / coil

A user-friendly CMS frontend for Nikola.
https://coil.readthedocs.org/
MIT License
22 stars 10 forks source link

Allow for multiple processes. #27

Closed Kwpolska closed 9 years ago

Kwpolska commented 9 years ago

Undo 8d3117b by using Redis to store the data and access them from there (#26 items 1 and 2). Users will be stored directly in Redis (comet_users.json will be made obsolete), and post objects/timelines will be recovered from there. With this in place, we will be able to run with multiple processes.