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

Introduce OutOfMemoryError exception for Redis write command rejections due to OOM errors #2778

Merged
merged 7 commits into from
Jun 20, 2023

Commits on May 25, 2023

  1. expose OutOfMemoryError as explicit exception type

    - handle "OOM" error code string by raising explicit
      exception type instance
    - enables callers to avoid string matching after
      catching ResponseError
    bmacphee committed May 25, 2023
    Configuration menu
    Copy the full SHA
    68aedd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    dcdec1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c5399a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    cc6cfe1 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    uglide authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3801fa7 View commit details
    Browse the repository at this point in the history
  3. Again

    uglide authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    9e1e362 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. linters

    dvora-h authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a927853 View commit details
    Browse the repository at this point in the history