geddy / model

Datastore-agnostic ORM in JavaScript
265 stars 55 forks source link

Redis adapter #253

Open mde opened 9 years ago

mde commented 9 years ago

Requested here: https://github.com/geddy/geddy/issues/643

mde commented 9 years ago

I would love a PR that implements this. It would be pretty easy to adapt the in-memory adapter. It's basically just stuffing JS objects into memory, and querying via M/R. The LevelDB adapter is also similar.