I think the problem is that you execute a command that has a specifier:

HDEL calls@nos.ventask.gw.gotelecom.pt 0%bW7101115050H%beGhEfDmAjC0f@LOS30.INTIMS.NOS.PT

Having %b expects an additional parameter and the backtrace indicates you use the function with (srv, cmd, result). There was a safety check for such cases with commit 75bbbe4 , but not sure if it is in 4.4.x. So you have to use the redis command where you pass the argument that has any % via additional parameter.

I am closing this one, because it seems to be related to something fixed (as a safety check) and you must ensure that the command you pass it doesn't have %X alone, without actually parsing the expected arguments.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.