Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Xin committed Oct 11, 2023
1 parent 374ba8e commit e399bc4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ private Future<RedisAPI> connectToRedis() {
client = conn;

if (configuration.getRedisClientType() == RedisClientType.STANDALONE) {
// don't do this in cluster mode!!!
client.close();
}

Expand Down

0 comments on commit e399bc4

Please sign in to comment.