Added testing with Redis 8.10 GA (#1715)

This commit is contained in:
Vladyslav Vildanov
2026-08-11 20:14:39 +03:00
committed by GitHub
parent ac3142abfe
commit f07456d2ee
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
run: |
# Mapping of original redis versions to client test containers
declare -A redis_clients_version_mapping=(
["8.10"]="custom-30445126297-debian"
["8.10"]="8.10.0"
["8.8"]="8.8.0"
["8.6"]="8.6.1"
["8.4"]="8.4.0"
+1
View File
@@ -24,6 +24,7 @@
### Maintenance
- Added testing for HNSW vector type with RERANK argument
- Added testing with Redis 8.10 GA
## v3.5.1 (2026-06-11)
### Added