palicao / phpRedisTimeSeries

📈 Use Redis Time Series in PHP!
MIT License
28 stars 13 forks source link

fix TS.INFO parsing #33

Open glaszig opened 1 year ago

glaszig commented 1 year ago

eliminate dependence on fixed positions of info properties. on version 1.8 of the ts module the info parsing broke because of hard-coded indexes.

glaszig commented 1 year ago

heads-up: maxSamplesPerChunk was replaced with chunkSize since 1.4.4 of rts. i'll adjust.

glaszig commented 1 year ago

ci fails at coverage export. don't think i broke that.

glaszig commented 9 months ago

hello?