Files
sggeorgiev 63f02e7876 Fix double ERR prefix in XNACK error replies (#15091)
Several `addReplyError` and `addReplyErrorFormat` calls in
`xnackCommand` included a redundant `"ERR "` prefix in the message
string. Since `addReplyErrorLength` already prepends `-ERR ` to the RESP
reply, clients received `ERR ERR ...` for these error paths.

This PR removes the redundant prefix from all five affected calls and
tightens the corresponding test patterns to match from the beginning of
the error message (`"ERR ..."` instead of `"*...*"`), so any future
double-prefix regression will be caught.
2026-04-22 09:12:04 +03:00
..
2026-01-19 11:09:16 +08:00
2025-08-27 11:11:59 +08:00
2024-12-23 14:16:40 +08:00
2026-01-19 11:09:16 +08:00