Skip to content

Commit

Permalink
Update README for message reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Cribbs committed Feb 15, 2013
1 parent 5f0e2ae commit 98e331c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ single request. The response message will typically include a boolean

RpbGetServerInfoReq -> RpbGetServerInfoResp
RpbPingReq -> RpbPingResp

RpbGetBucketReq -> RpbErrorResp | RpbGetBucketResp
RpbPutBucketReq -> RpbErrorResp | RpbPutBucketResp

### Riak KV Request/Response messages

Expand All @@ -62,7 +63,6 @@ single request. The response message will typically include a boolean
RpbDelReq -> RpbErrorResp | RpbDelResp
RpbListBucketsReq -> RpbErrorResp | RpbListBucketsResp
RpbListKeysReq -> RpbErrorResp | RpbListKeysResp{1,}
RpbGetBucketReq -> RpbErrorResp | RpbGetBucketResp
RpbMapRedReq -> RpbMapRedResp{1,}
RpbIndexReq -> RpbIndexResp

Expand Down

0 comments on commit 98e331c

Please sign in to comment.