Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Redis #643

Closed
nicekiwi opened this issue Sep 30, 2014 · 2 comments
Closed

Support for Redis #643

nicekiwi opened this issue Sep 30, 2014 · 2 comments

Comments

@nicekiwi
Copy link

MongoDB is great, but support for Redis would be awesome too. xD

http://redis.io <-- Website
https://github.com/maritz/nohm <-- Existing ORM for Redis and NodeJS
https://github.com/mranney/node_redis <-- Redis client for NodeJS

@der-On
Copy link
Contributor

der-On commented Feb 8, 2015

This should be moved into https://github.com/geddy/model I guess you could take the mongo adapter copy it and adjust it to work with redis.

@mde
Copy link
Contributor

mde commented Mar 4, 2015

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.

I've opened this issue in the Model project (geddy/model#253) and will close this one here.

@mde mde closed this as completed Mar 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants