RedisTimeSeries / redistimeseries-go

golang client lib for RedisTimeSeries
https://redistimeseries.io
Apache License 2.0
65 stars 18 forks source link

feat: add new keyInfo fields in line with latest redis-timeseries return values #159

Open wolfwfr opened 1 year ago

wolfwfr commented 1 year ago

Proposed Change

This change introduces the following fields to the client.Info(key) response:

which should be in line with the TS.INFO response of the latest version of the redis-timeseries module.

Testing