Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury-Fridlyand committed Oct 2, 2024
1 parent fdadb12 commit cd9883e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

/** Represents the communication protocol with the server. */
public enum ProtocolVersion {
/** Use RESP2 to communicate with the server nodes. */
RESP3,
/** Use RESP3 to communicate with the server nodes. */
RESP3,
/** Use RESP2 to communicate with the server nodes. */
RESP2
}

0 comments on commit cd9883e

Please sign in to comment.