mick / billboard

Control content in a browser via a simple HTTP API. Great for office wall mounted displays
MIT License
12 stars 6 forks source link

Add persistence #18

Closed yesezra closed 11 years ago

yesezra commented 11 years ago

A deployment should store:

mick commented 11 years ago

I think redis would be a good options for this. I'd like to add it soon, because the screen default isnt really useful until we have this (since heroku idles the service)

yesezra commented 11 years ago

Yeah, Redis sounds good to me.

mick commented 11 years ago

I'd like it to check for redis and fail a bit more gracefully (it wont die now, but it will complain to log a lot)

mick commented 11 years ago

So it backs off nicely right now. That's good enough. If there are any issues with that we can set a config to disable redis persistence as a feature.