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 LMove command #577

Merged
merged 6 commits into from
May 19, 2022
Merged

Add LMove command #577

merged 6 commits into from
May 19, 2022

Commits on May 13, 2022

  1. Add LMove command

    - LMove is able to operate on a single list if the source and destination are the same
    - In case of two lists LMove acquires two locks and performs Pop and Push atomically
    torwig committed May 13, 2022
    Configuration menu
    Copy the full SHA
    af5aec0 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Add test cases for the LMOVE command

    git-hulk authored and torwig committed May 14, 2022
    Configuration menu
    Copy the full SHA
    c5ea809 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Avoid deadlock when acquire two mutexes

    Different key names don't guarantee different indexes in mutex pool
    torwig committed May 15, 2022
    Configuration menu
    Copy the full SHA
    49c7cfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b2dd06 View commit details
    Browse the repository at this point in the history
  3. Fix import orders

    git-hulk authored and torwig committed May 15, 2022
    Configuration menu
    Copy the full SHA
    82a6c08 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

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