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

Compatibility updates and spec fixes #81

Merged
merged 3 commits into from
Feb 18, 2023
Merged

Compatibility updates and spec fixes #81

merged 3 commits into from
Feb 18, 2023

Conversation

dzunk
Copy link
Owner

@dzunk dzunk commented Feb 18, 2023

  • Cast time series commands to string before sending to Redis.
    Avoids error on implicit casting of TrueClass/FalseClass
  • Pre-create time series keys for tests.
    Previously was just testing the command, and ignoring errors. Those started raising.
  • Correctly parse single-value arguments to madd
    This was failing to return Samples because the parsed argument list was a single-dimension array instead of multi-dimension

@dzunk dzunk merged commit 9f358c9 into master Feb 18, 2023
@dzunk dzunk deleted the spec_fixes branch February 18, 2023 15:40
@dzunk dzunk added this to the 0.8.0 milestone Feb 18, 2023
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