Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Redis version used for tests to 7.0.5-alpine
io.quarkus.redis.datasource.GeoCommandsTest.georadius and io.quarkus.redis.datasource.GeoCommandsTest.georadiusUsingGeoPosition are failing with: java.lang.NumberFormatException: For input string: "0.00(1" with the latest version. It is either a bug in Redis or an issue in how we receive and decode the data.
- Loading branch information