drsnyder / poky

PostgreSQL key value store
MIT License
13 stars 1 forks source link

Multi get/set Endpoints #16

Closed loganlinn closed 11 years ago

loganlinn commented 11 years ago

Adds JSON endpoints at /multi/:bucket for getting (POST) and setting (PUT) values into cache.

Removed mget* from KeyValue protocol, created KeyValueMulti protocol with mget*,mset*, and mdelete*

See example JSON for PUT/POST payload structure

drsnyder commented 11 years ago

Looks good to me. The only thing I want to do before merging is add some tests.

loganlinn commented 11 years ago

Tests added! RFCR