-
- Downloads
Don't try to be clever in update by checking if the value is equal to the...
Don't try to be clever in update by checking if the value is equal to the default, it makes everything complicted. Update should just update. If we want something incremental we can do it trivially in the client: just do a get(), complete, then set().
Loading
Please register or sign in to comment