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

Add Script::load function #603

Merged
merged 4 commits into from Jun 9, 2022
Merged

Commits on May 5, 2022

  1. Unify Script::invoke function

    Make it work the same in case of async and sync version.
    
    Potentially the old version was causing a infinite loop in case the redis is endlessly FLUSHed?
    
    Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
    zhiburt committed May 5, 2022
    Configuration menu
    Copy the full SHA
    fb3643d View commit details
    Browse the repository at this point in the history
  2. Add Script::load method

    Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
    zhiburt committed May 5, 2022
    Configuration menu
    Copy the full SHA
    a02aad0 View commit details
    Browse the repository at this point in the history
  3. Add tests for Script::load

    Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
    zhiburt committed May 5, 2022
    Configuration menu
    Copy the full SHA
    fb861af View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Refactoring Script functions; move cmd build to its own functions

    Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
    zhiburt committed May 11, 2022
    Configuration menu
    Copy the full SHA
    50a48b3 View commit details
    Browse the repository at this point in the history