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

Add support for CLIENT SETINFO #2857

Merged
merged 23 commits into from
Aug 9, 2023
Merged

Add support for CLIENT SETINFO #2857

merged 23 commits into from
Aug 9, 2023

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    c22ede8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. fix test_acl_log

    dvora-h committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b25b0a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    b5f691e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. fix

    dvora-h committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8f3787c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'client-setinfo' of https://github.com/dvora-h/redis-py

    …into client-setinfo
    dvora-h committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    31aaadb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    416645c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    ea899b8 View commit details
    Browse the repository at this point in the history
  2. fix for python 3.7

    dvora-h committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    c73673b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'client-setinfo' of https://github.com/dvora-h/redis-py

    …into client-setinfo
    dvora-h committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    c288f40 View commit details
    Browse the repository at this point in the history
  4. linters

    dvora-h committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    7cac884 View commit details
    Browse the repository at this point in the history
  5. mark test_sync as flaky

    dvora-h committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    55525a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2e145e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Update redis/asyncio/connection.py

    Co-authored-by: Kristján Valur Jónsson <sweskman@gmail.com>
    chayim and kristjanvalur committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9b2f4b7 View commit details
    Browse the repository at this point in the history
  2. Update redis/_parsers/helpers.py

    Co-authored-by: Kristján Valur Jónsson <sweskman@gmail.com>
    chayim and kristjanvalur committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ef17c7c View commit details
    Browse the repository at this point in the history
  3. Update redis/_parsers/helpers.py

    Co-authored-by: Kristján Valur Jónsson <sweskman@gmail.com>
    chayim and kristjanvalur committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7994738 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76ff803 View commit details
    Browse the repository at this point in the history
  5. fixing parsing issue

    chayim committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f5e1bc6 View commit details
    Browse the repository at this point in the history
  6. lint

    chayim committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    23659b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa0d5c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd847bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98feba9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Updating the timing test. It was never meant to be exact and has alwa…

    …ys been flaky. IMHO we should revisit whether this test even makes sense anymore.
    chayim committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    87adecf View commit details
    Browse the repository at this point in the history
  2. second

    chayim committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    77cef76 View commit details
    Browse the repository at this point in the history