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

Delete the first-defined (and thus "duplicate") Script class #3333

Merged

Commits on Jul 31, 2024

  1. Delete the first-defined (and thus "duplicate") Script class

    The second definition was copied over the first definition,
    with the following changes:
    
    * The type annotations were copied to the second definition
    * The mutable default arguments to the `keys` and `args` parameters
      were replaced with `None`, as is best-practice.
    
    Closes redis#3332
    kurtmckee committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    cb4d8a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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