Closed loganlinn closed 11 years ago
Adds JSON endpoints at /multi/:bucket for getting (POST) and setting (PUT) values into cache.
/multi/:bucket
Removed mget* from KeyValue protocol, created KeyValueMulti protocol with mget*,mset*, and mdelete*
mget*
KeyValue
KeyValueMulti
mset*
mdelete*
See example JSON for PUT/POST payload structure
Looks good to me. The only thing I want to do before merging is add some tests.
Tests added! RFCR
Adds JSON endpoints at
/multi/:bucket
for getting (POST) and setting (PUT) values into cache.Removed
mget*
fromKeyValue
protocol, createdKeyValueMulti
protocol withmget*
,mset*
, andmdelete*
See example JSON for PUT/POST payload structure