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

Return Redis sets as Python lists #189

Merged
merged 5 commits into from
Jul 19, 2024
Merged

Commits on Jul 3, 2024

  1. Return Redis sets as Python lists

    In some (rare) cases, the sets from a Redis response contain nested
    types that are not hashable in Python, for example maps. To handle these
    cases uniformly, always return Python lists for Redis sets. The elements
    will still be unique, relying on the correctness of data arriving from
    the server.
    gerzse committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    72dfc2f View commit details
    Browse the repository at this point in the history
  2. Fix tests

    gerzse committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    640d80b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61918d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    40dc08a View commit details
    Browse the repository at this point in the history
  2. Version 3.0.0

    gerzse committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    384c3ba View commit details
    Browse the repository at this point in the history