Start building against Spring Data 2020.0.2 snapshots
See gh-24284
This commit is contained in:
@@ -51,7 +51,7 @@ public class RedisHealthIndicator extends AbstractHealthIndicator {
|
||||
doHealthCheck(builder, connection);
|
||||
}
|
||||
finally {
|
||||
RedisConnectionUtils.releaseConnection(connection, this.redisConnectionFactory, false);
|
||||
RedisConnectionUtils.releaseConnection(connection, this.redisConnectionFactory);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user