I have tried "LPUSH" command in the following code, it works but redisjson command is not working
destination d_redis {
redis(
host("localhost")
port(6379)
command("JSON.SET", "test", "${MESSAGE}")
);
};
Can someone help to find out the reason why it is not working and how to make it as work?