Relative Content

Tag Archive for pythonredis

How to merge Redis search objects

I need to iterate over index list and perform Redis search and need to combine all the result objects into one, I wrote the below code which is not working.

Python connection timeouts to a Redis cluster

As per title,
I am struggling to make a connection with a Redis cluster using the redis.asyncio library (it works perfectly fine with master/slave configuration). I created a simple test to check the connection and it timeouts. Surely I got something wrong here: