-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Commits on Jan 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2f18f4 - Browse repository at this point
Copy the full SHA c2f18f4View commit details
Commits on Jan 14, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 668eeb4 - Browse repository at this point
Copy the full SHA 668eeb4View commit details
Commits on Jan 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8cff9df - Browse repository at this point
Copy the full SHA 8cff9dfView commit details
Commits on Jan 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a26607 - Browse repository at this point
Copy the full SHA 7a26607View commit details -
1) Introduce HIREDIS_PACK_AVAILABLE environment variable.
2) Extract serialization functionality out of Connection class.
Configuration menu - View commit details
-
Copy full SHA for 5893cd0 - Browse repository at this point
Copy the full SHA 5893cd0View commit details
Commits on Jan 23, 2023
-
2) Add change log entry. 3) Revert the benchmark changes
Configuration menu - View commit details
-
Copy full SHA for d7a9a46 - Browse repository at this point
Copy the full SHA d7a9a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 737b206 - Browse repository at this point
Copy the full SHA 737b206View commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5b2e85d - Browse repository at this point
Copy the full SHA 5b2e85dView commit details
Commits on Feb 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b4cb3eb - Browse repository at this point
Copy the full SHA b4cb3ebView commit details
Commits on Feb 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1687da5 - Browse repository at this point
Copy the full SHA 1687da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c3d706 - Browse repository at this point
Copy the full SHA 3c3d706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 566712e - Browse repository at this point
Copy the full SHA 566712eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.