redistimeseries-go icon indicating copy to clipboard operation
redistimeseries-go copied to clipboard

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

Open wolfwfr opened this issue 1 year ago • 0 comments

Proposed Change

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

  • totalSamples
  • memoryUsage
  • sourceKey
  • firstTimestamp
  • chunkType

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

Testing

  • The change has been verified against docker images redislabs/redistimeseries:latest, as well as redislabs/redistimeseries:1.0.0.
  • All unit tests succeed.

wolfwfr avatar Jul 10 '23 12:07 wolfwfr