yugabyte / yb-redis-py

A Redis Python client (redis-py) enchanced to work with YugaByteDB
MIT License
4 stars 0 forks source link

1024 file descriptor #6

Open Fux002 opened 5 years ago

Fux002 commented 5 years ago

Gi does this library also use the Select() connection method. i run into problems on linux when trying to get more then 1024 file descriptors at once.

the solution i read about was using epoll() instead.

Thx a lot,

Fons

amitanandaiyer commented 5 years ago

This is a fork off http://github.com/andymccurdy/redis-py so likely it has the same behavior as discussed in https://github.com/andymccurdy/redis-py/issues/1115