RedisGears and Java Client

How to execute RedisGears TRIGGER with a java client? (Jedis, Lettuce)

Hey @eranhelzer,
For jedis you can use sendCommand:

Object sendCommand(ProtocolCommand cmd, String… args)

For Lettuce you can use dispatch
https://lettuce.io/core/5.1.1.RELEASE/api/io/lettuce/core/AbstractRedisAsyncCommands.html#dispatch-io.lettuce.core.pr[…]e.core.output.CommandOutput-