redis / hiredis-py

Python wrapper for hiredis
MIT License
497 stars 103 forks source link

Fast convert redis streams output to a numpy array or pandas dataframe #85

Open trbck opened 5 years ago

trbck commented 5 years ago

Hi, refering to my own question - do you have any suggestions how I can change the reader to yield an already type converted numpy/ pandas time series friendly array?

ifduyue commented 5 years ago

Hello,

Personally I'd like to keep hiredis-py simple and general-purpose. If you really want to do this, maybe a separate module is better.

trbck commented 5 years ago

Sure. In case you have any suggestions on how to start this best - would be highly appreciated and I think others would also be interested.