lsbardel / python-stdnet

Object-data mapper and advanced query manager for non relational databases
http://lsbardel.github.com/python-stdnet/
BSD 3-Clause "New" or "Revised" License
120 stars 20 forks source link

Custom callbacks in redis pipeline #31

Closed lsbardel closed 12 years ago

lsbardel commented 12 years ago

The idea is to allow registration of custom callbacks for a redis pipeline command:

pipe.scard('bla').add_callback(mycallback)