lib/riak/client/beefcake/message_codes.rb in riak-client-2.2.2 vs lib/riak/client/beefcake/message_codes.rb in riak-client-2.3.0
- old
+ new
@@ -66,9 +66,21 @@
:DtFetchReq => 80,
:DtFetchResp => 81,
:DtUpdateReq => 82,
:DtUpdateResp => 83,
+ # riak time series
+ :TsQueryReq => 90,
+ :TsQueryResp => 91,
+ :TsPutReq => 92,
+ :TsPutResp => 93,
+ :TsDelReq => 94,
+ :TsDelResp => 95,
+ :TsGetReq => 96,
+ :TsGetResp => 97,
+ :TsListKeysReq => 98,
+ :TsListKeysResp => 99,
+
# internal
:AuthReq => 253,
:AuthResp => 254,
:StartTls => 255
}