Output to redis with a "sorted set" datatype

Hi, I wanna find a way to send output to redis with datatype as "sorted set" and in batch mode.
As I see now, logstash supports only list and channel as a datatype.
Is there any other way how to do it?

There is an unmerged PR to add ZSET support. Not sure if that would help you.