deadpool icon indicating copy to clipboard operation
deadpool copied to clipboard

Redis: how to obtain sync connection from async_cluster pool?

Open heavycharged opened this issue 6 months ago • 1 comments

Hi,

Currently, Redis has few limitations:

  • pipe can be called with sync/async connections (pipe though can be used in cluster, but when all keys has the same hash tags {...})
  • cluster_pipe can be called only with sync connections

How to obtain sync connection from pool of async cluster connections?

heavycharged avatar Aug 26 '24 08:08 heavycharged