Skip to content

Commit

Permalink
GEODE-7938: added keys query param to GET, PUT, and DELETE /{region} …
Browse files Browse the repository at this point in the history
…endpoints (apache#4901)

* added keys query param to GET, PUT, and DELETE /{region} endpoints
* when getting multiple keys, results are now ordered as the request was ordered
* the code that tests for missing keys now uses the getAll result instead of sending multiple messages and having a race in which key is deleted after the old check but before getAll
* Added endpoint for PUT {region}?keys=encodedKey&op=CREATE. The CREATE is a new op.
This allows users to create entries that have an encodedKey. Before they could only create using POST and its key was never decoded.
  • Loading branch information
dschneider-pivotal committed Apr 8, 2020
1 parent 7d8834f commit 6263f1f
Show file tree
Hide file tree
Showing 5 changed files with 608 additions and 160 deletions.

0 comments on commit 6263f1f

Please sign in to comment.