technically speaking "an ORM for redis" is incorrect at least. ORM means 
Object to Relational mapping and redis is not relational.

Usually an ORM deals with things like mapping an object model and its 
relationship (like a composition, inheritance, collections of objects and 
values, etc) to a relational model with rows, columns, FKs and no more to 
solve the so called "Object-relational impedance mismatch" 
http://en.wikipedia.org/wiki/Object-relational_impedance_mismatch. 

Maybe you are looking for something like an OKVM: "Object Key-Value 
Mapping", which i am not sure if it exist. 

Could you expand a little bit more about the problem you are trying to 
solve?

On Tuesday, October 30, 2012 12:50:15 AM UTC-3, Angelo Chen wrote:
>
> Hi,
>
> have used Redis in a project, now like to save time by using an ORM for 
> redis in another project, any suggestions? thanks.
>
> Angelo
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to