german / redis_orm

ORM for Redis
MIT License
89 stars 16 forks source link

Allowing property to store array and hash #3

Closed lulalala closed 11 years ago

lulalala commented 11 years ago

Is it theoretically hard to store array and hash as a property? These two types are pretty basic so I want to know if it is possible to monkey patch these two in.

german commented 11 years ago

Yes, I think it's pretty simple to add these two types. Thanks for the tip. I'll try to implement it in this week.

german commented 11 years ago

@lulalala finally implemented the feature you were asking for, it's in the master now. I'll release 0.7 gem in a few days.

lulalala commented 11 years ago

@german Thanks! Been waiting for this~