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

Make use of a single listNode pointer for blocking utility lists #919

Merged

Commits on Aug 19, 2024

  1. Make use of a single listNode pointer for blocking utility lists

    This is to address [This comment](valkey-io#787 (comment))
    which was left as part of valkey-io#787.
    
    Signed-off-by: Ran Shidlansik <ranshid@amazon.com>
    ranshid committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9c7a4b6 View commit details
    Browse the repository at this point in the history
  2. format fixes

    Signed-off-by: Ran Shidlansik <ranshid@amazon.com>
    ranshid committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    27b1c51 View commit details
    Browse the repository at this point in the history
  3. Update src/server.h

    Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
    Signed-off-by: ranshid <88133677+ranshid@users.noreply.github.com>
    ranshid and zuiderkwast authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1f470f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Update src/server.h

    Signed-off-by: ranshid <88133677+ranshid@users.noreply.github.com>
    ranshid authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5fcc6d8 View commit details
    Browse the repository at this point in the history
  2. Fix odd format warning

    Signed-off-by: Binbin <binloveplay1314@qq.com>
    enjoy-binbin authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0bfdf50 View commit details
    Browse the repository at this point in the history