-
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
[#3090] Reduce Command Responses in Redis Connection Process (on_connect) #3268
base: master
Are you sure you want to change the base?
Commits on Jun 13, 2024
-
refactor: Improve HELLO command handling with auth args for Redis 6.0…
… and above, using MULTI command as a fallback
Configuration menu - View commit details
-
Copy full SHA for a7bab19 - Browse repository at this point
Copy the full SHA a7bab19View commit details -
refactor: Add commands for setting client name, library info, databas…
…e selection, and client caching
Configuration menu - View commit details
-
Copy full SHA for 0e9b8cb - Browse repository at this point
Copy the full SHA 0e9b8cbView commit details -
feat: Add handling for MULTI block execution with AUTH response check…
… and error handling
Configuration menu - View commit details
-
Copy full SHA for 6909d23 - Browse repository at this point
Copy the full SHA 6909d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72292f9 - Browse repository at this point
Copy the full SHA 72292f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd59b8 - Browse repository at this point
Copy the full SHA 0cd59b8View commit details -
test: test for on_connect to verify correct command sequence and resp…
…onses connection
Configuration menu - View commit details
-
Copy full SHA for 3a6cb1e - Browse repository at this point
Copy the full SHA 3a6cb1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7754937 - Browse repository at this point
Copy the full SHA 7754937View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2121304 - Browse repository at this point
Copy the full SHA 2121304View commit details -
Configuration menu - View commit details
-
Copy full SHA for b16868f - Browse repository at this point
Copy the full SHA b16868fView commit details -
refactor: Add AUTH command to send_command based on Redis version che…
…ck if no exceptions occur.
Configuration menu - View commit details
-
Copy full SHA for 241e119 - Browse repository at this point
Copy the full SHA 241e119View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6af1f4 - Browse repository at this point
Copy the full SHA e6af1f4View commit details -
refactor: Modify code to execute the EXEC command within the try bloc…
…k where the MULTI command is executed.
Configuration menu - View commit details
-
Copy full SHA for 1d4c679 - Browse repository at this point
Copy the full SHA 1d4c679View commit details -
fix: Remove redundant AUTH command check logic as similar logic exist…
…s (lines 461-468).
Configuration menu - View commit details
-
Copy full SHA for eae6d46 - Browse repository at this point
Copy the full SHA eae6d46View commit details -
fix:Remove the condition that checks for connection retries
This update eliminates the condition checking for connection retries because the logic was refactored to execute MULTI and EXEC commands within the same try block. This adjustment resolves the issue with unintended reconnection attempts, ensuring proper handling of transactional commands
Configuration menu - View commit details
-
Copy full SHA for c4c21d0 - Browse repository at this point
Copy the full SHA c4c21d0View commit details