luca3m / redis3m

A C++ Redis client
Apache License 2.0
190 stars 78 forks source link

When will model, orm and simple_obj_store be released? #28

Closed asafmaitav closed 9 years ago

asafmaitav commented 9 years ago

And can they be used in their current form? Some of the functionality seems to be unfinished.

luca3m commented 9 years ago

Yes they can be used in the current form. simple_obj_store is a simplified orm with only get and set of objects, it's useful for transactions for example, or to compose it with other operations. orm is fully compatible with ruby Ohm library, right now it has only a subset of features but they work fine.