Skip to content

Commit

Permalink
remove count op from kv.proto (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: JkLondon <ilya@mikheev.fun>
  • Loading branch information
JkLondon and JkLondon authored Jun 28, 2024
1 parent 4232061 commit 7cbacde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions remote/kv.proto
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ enum Op {
OPEN = 30;
CLOSE = 31;
OPEN_DUP_SORT = 32;

COUNT = 33;
}

message Cursor {
Expand Down

0 comments on commit 7cbacde

Please sign in to comment.