shinypb / openkeyval

OpenKeyval.org is a completely open key-value data store, exposed as a drop-dead simple web service. The goal is to make this a very easy way to persist data in web applications.
http://openkeyval.org
Other
136 stars 35 forks source link

Feature Request: Counter/incrementing keys #3

Closed dustball closed 4 years ago

dustball commented 13 years ago
  1. Create a namespace for counters, such as /counter-*
  2. Getting the value will increment an integer, starting at 1
  3. Counters cannot be written to
  4. Get operation is atomic
tomash commented 13 years ago

well, this should go together with key namespacing (like openkeyval/secretdatabase/key), claiming/auth (not every client can write to secretdatabase) and querying (GET openkeyval/secretdatabase should return all available keys)