browserify / wzrd.in

browserify as a service.
http://wzrd.in
MIT License
638 stars 96 forks source link

(optionally?) use redis instead of leveldb #138

Open jfhbrook opened 8 years ago

jfhbrook commented 8 years ago

Redis will enable horizontal scaling, which is nice.

There's the possibility of making an abstraction around redis/leveldb so that we can swap between cache implementations, but this might be overkill considering that redis is easy to install via homebrew.