Update RedisVersion
parser to accept version numbers with non-numeric suffix
#2557
Labels
type: feature
A new feature
Milestone
Bug Report
Current Behavior
Cloud providers may provide private fixes for Redis, causing their bugfix versions to be somewhat different, which causes link failure after upgrading to Lettuce 6.3.0.
Lettuce should not assume that bugfix version is a standard number.
https://github.com/lettuce-io/lettuce-core/blob/bc4aa0658ac73c496e6006cdf0680e602cb35945/src/main/java/io/lettuce/core/RedisHandshake.java#L337
Environment
Possible Solution
Just try parse the bugfix version as int, provide a default value(0) for failed parsing.
The text was updated successfully, but these errors were encountered: