Hãy xem tại http://gehrcke.de/2013/01/highly-concurrent-connections-to-redis-with-gevent-and-redis-py/
Tôi không phải 100% là trò chơi khỉ của bạn đang làm trò nhưng tôi sẽ thay thế nó bằng:
import gevent
import redis.connection
redis.connection.socket = gevent.socket
Bạn cũng có thể tạo nhóm của riêng mình với kết nối được hỗ trợ bởi gevent tới redis ...