Redis cluster proxy with redisjason & redissearch: is possible?

Hello,
I would like scalate Redis horizontally to balance the charge and improve performance. In my architecture I would like to use redisjson and redissearh and redisgraph from my microservices.
I have read the redis cluster proxy and I have seen that there are a lis of supported and unsuported commands.
Do you know if the commands of redisjson, redissearch and redisgraph are supported?
Thanks a lot in advance!!

Yes, they all support cluster.
RediSearch can also query the all cluster in one query using Coordinator.
It’s prepacked with Redis Enterprise or you can read here how to build search with the Coordinator
Developer notes | Redis.