litaio / lita

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

bug when user key/value is an array #155

Closed bpmccurdy closed 9 years ago

bpmccurdy commented 9 years ago

when a user object is created in redis with hmset it flattens the user into an array if any of key/value for the user is an array, it flattens into an invalid HMSET

jimmycuadra commented 9 years ago

Thank you for the PR! This is being discussed in #154.