Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NOTE: This needs to be done as an atomic operation on the server side (i.e. verifyAndSwap)!

  • insert(string json, long record)
    • Questions
      • What if i the json document has a key/value mapping that already exists in the record? Should this fail? Or should I clear first and overwrite?

...