Added support for new TS commands + Indonesian language support integration test (#1695)

* Added support for new TS commands

* Fixed version constraints

* Codestyle fixes

* Remvoed TS.BGET command
This commit is contained in:
Vladyslav Vildanov
2026-06-25 21:11:59 +03:00
committed by GitHub
parent 09b8ce59dd
commit efb3958fb7
11 changed files with 874 additions and 2 deletions
+2 -2
View File
@@ -34,11 +34,11 @@ jobs:
- '4.0'
- '7.2'
- '7.4'
- '8.0'
- '8.2'
- '8.4'
- '8.6'
- '8.8'
- '8.10'
steps:
@@ -46,11 +46,11 @@ jobs:
run: |
# Mapping of original redis versions to client test containers
declare -A redis_clients_version_mapping=(
["8.10"]="unstable-27987813126-debian"
["8.8"]="8.8.0"
["8.6"]="8.6.1"
["8.4"]="8.4.0"
["8.2"]="8.2.2"
["8.0"]="8.0.2"
["7.4"]="7.4.2"
["7.2"]="7.2.7"
)