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

Use hiredis::pack_command to serialized the commands. #2570

Merged
merged 12 commits into from
Feb 6, 2023

Commits on Jan 12, 2023

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

Commits on Jan 14, 2023

  1. 1) refactored the command packer construction process

    2) now hiredis.pack_bytes is the default choice. Though it's still possible to run redisrs-py (fix the flag in utils.py) or hiredis.pack_command (flag in connection.py)
    prokazov-redis committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    668eeb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

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

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    7a26607 View commit details
    Browse the repository at this point in the history
  2. 1) Introduce HIREDIS_PACK_AVAILABLE environment variable.

    2) Extract serialization functionality out of Connection class.
    prokazov-redis committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    5893cd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. 1) Fix typo.

    2) Add change log entry.
    3) Revert the benchmark changes
    prokazov-redis committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d7a9a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    737b206 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Fix linter errors

    prokazov committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    5b2e85d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Revert version changes

    prokazov committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    b4cb3eb View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Fix linter issues

    prokazov committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    1687da5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c3d706 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    566712e View commit details
    Browse the repository at this point in the history