redis/hiredis-py

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

trbck opened this issue · 2 comments

trbck commented

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?

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

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.