Skip to content

Instantly share code, notes, and snippets.

@yann2192
Created August 3, 2012 08:17
Show Gist options
  • Save yann2192/3245743 to your computer and use it in GitHub Desktop.
Save yann2192/3245743 to your computer and use it in GitHub Desktop.
Patch redis-py to work with gevent :)
import redis
from gevent import socket
redis.connection.socket = socket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment