litaio / lita

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

Use new hash-style access for Redis in robot config template #141

Closed nTraum closed 9 years ago

nTraum commented 9 years ago

As mentioned in Lita 4.0 release notes.

The redis configuration attribute is now a hash. Lita 4 will continue to support struct-style access, but only hash-style access will be supported in Lita 5, so you should update now.

jimmycuadra commented 9 years ago

Good eye! Thank you.