Skip to content

Commit

Permalink
Merge pull request #284 from smukil/capture_conn_consistency_ok_reply
Browse files Browse the repository at this point in the history
Capture OK response after sending DYNO_CONFIG command
  • Loading branch information
smukil authored Oct 22, 2019
2 parents bf9b5ca + 1755cee commit 6f0c8d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ public void open() throws DynoException {
jedisClient.connect();
if (isConsistencyLevelProvided()) {
jedisClient.getClient().sendCommand(DynoConfigCommand.CONN_CONSISTENCY, this.consistencyLevel);
jedisClient.getClient().getStatusCodeReply();
}
}

Expand Down

0 comments on commit 6f0c8d6

Please sign in to comment.