I am using Java, Spring-Boot, Redis 7.0.4, and lettuce 6.2.0.RELEASE. I wrote a Lua script as below: Then I registered it as a function in my Redis using the below command: Now I can easily call my function using Redis-cli as below: And it will get executed successfully!! Now I want to call my function using lettuce which is my