thrift/contrib/zeromq/storage.thrift
2010-08-31 16:58:41 +00:00

5 lines
68 B
Thrift

service Storage {
oneway void incr(1: i32 amount);
i32 get();
}