Added support for LMOVEM and BLMOVEM commands (#1709)

* Added support for LMOVEM and BLMOVEM commands

* Removed background testing

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Vladyslav Vildanov
2026-07-22 10:01:21 +03:00
committed by GitHub
parent eafa3ff2bf
commit 422990b631
19 changed files with 808 additions and 34 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"]="unstable-29454887387-debian"
["8.10"]="8.10-rc2"
["8.8"]="8.8.0"
["8.6"]="8.6.1"
["8.4"]="8.4.0"