Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It can't get much simpler than this can it?

Redis: redis.set "foo", "bar"; redis.get "foo"

Mongo: db.stuff.save({json: "object"}); db.stuff.find({json: "object"})



it will get simpler when your statement would look like :

Redis, Mongo, <insert your own zoo> ... : db.set(), db.find()




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: