deadpool
deadpool copied to clipboard
Redis: how to obtain sync connection from async_cluster pool?
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?