litaio / lita

ChatOps for Ruby.
https://www.lita.io
MIT License
1.68k stars 179 forks source link

Possibility to remove redis #179

Closed eligiblekeng closed 8 years ago

eligiblekeng commented 8 years ago

Is it possible to use lita without redis? In the case of a techop-restricted VM environment.

Or, if someone wishes to use a different db can one replace redis with something else?

jimmycuadra commented 8 years ago

No, for better or for worse, Lita has a hard dependency on Redis. This was an intentional design decision when I started it. It would be very difficult to make optional at this point because direct, programmatic access to Redis is part of Lita's plugin API.