Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wolfwfr
Copy link

@wolfwfr wolfwfr commented Jul 10, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant