rfan-debug commented on issue #21124:
URL: https://github.com/apache/beam/issues/21124#issuecomment-1216012094

   Hereby I gave my two cents of thought:
   1. We not only need to implement a RedisIO on top of a client library that 
is compatible with `RedisCluster`, but need to consider to make `multi` 
swappable with `pipelined` when writing data into the cluster. Some use cases 
only require backfilling the redis cache layer with idempotent writes. 
   
   2. Should we consider adding a new type of `RedisIO` backed by Lettuce? It 
may help reducing the CROSSSLOT error rates through [command 
routing](https://github.com/lettuce-io/lettuce-core/wiki/Redis-Cluster#command-routing).
  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to