bustle / radredis

Basic redis backed object modeling for Node.
19 stars 3 forks source link

RFC Update/Replace #37

Closed southpolesteve closed 8 years ago

southpolesteve commented 8 years ago

Currently update replaces the entire data structure. If the client send a partial object, attributes not sent will be removed.

Proposal:

tsiege commented 8 years ago

I like this idea, and it might solve the issue @dtetto mentioned about how we handle changing our article states. I also think current behavior would be unexpected/undesired for most users.

jqyu commented 8 years ago

Just for clarification, how does this work with #38, will an update invocation also create a new version? EDIT: whoops nevermind, I can't read.

dtetto commented 8 years ago

👍