Closed lsbardel closed 12 years ago
The idea is to allow registration of custom callbacks for a redis pipeline command:
pipe.scard('bla').add_callback(mycallback)
The idea is to allow registration of custom callbacks for a redis pipeline command: