Skip to content

Commit

Permalink
Updated Proto command num.
Browse files Browse the repository at this point in the history
  • Loading branch information
SanHalacogluImproving committed Apr 15, 2024
1 parent 318b147 commit dd6b325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glide-core/src/protobuf/redis_request.proto
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ enum RequestType {
SetRange = 107;
ZRemRangeByLex = 108;
ZLexCount = 109;
ZRangeStore = 109;
ZRangeStore = 110;
}

message Command {
Expand Down
2 changes: 1 addition & 1 deletion glide-core/src/request_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub enum RequestType {
SetRange = 107,
ZRemRangeByLex = 108,
ZLexCount = 109,
ZRangeStore = 109,
ZRangeStore = 110,
}

fn get_two_word_command(first: &str, second: &str) -> Cmd {
Expand Down

0 comments on commit dd6b325

Please sign in to comment.