googlecreativelab / coder

A simple way to make web stuff on Raspberry Pi
http://goo.gl/coder
Apache License 2.0
2.42k stars 276 forks source link

Redis support? #37

Closed individual11 closed 9 years ago

individual11 commented 10 years ago

I see you have the redis package included in the package.json, but don't seem to have it installed or initiated in the pi code nor are you using it in the node stuff anywhere. It's easy to fix once the pi is up and running, but is there plans to support it moving forward, or will that package be dropped?

jmstriegel commented 10 years ago

Yeah, it's not used anywhere at the moment, but I hope to get a simple storage library into the distro that an app can use from both node and front end js. Possibly sqllite as well. No firm decisions at this point, but it's something that's eventually needed, particularly if folks want to save their scores in Space Rocks. :)