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

LCS + mset + msetnx #1698

Closed
wants to merge 13 commits into from
Closed

Commits on Jun 27, 2024

  1. Support for LCS

    Ubuntu committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    59ef80e View commit details
    Browse the repository at this point in the history
  2. Support mset

    Ubuntu committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    78b03f6 View commit details
    Browse the repository at this point in the history
  3. mset fixed

    Ubuntu committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1cfa3c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Merge branch 'main' into tal-ls-2

    Ubuntu committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    eeebcc0 View commit details
    Browse the repository at this point in the history
  2. mset tests + doc

    Ubuntu committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    04d3eb8 View commit details
    Browse the repository at this point in the history
  3. Support for msetnx

    Ubuntu committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    6f6377b View commit details
    Browse the repository at this point in the history
  4. nit: spotlessApply

    Ubuntu committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5123052 View commit details
    Browse the repository at this point in the history
  5. Wrong handler for msetnx

    Ubuntu committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    4f10f79 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. doc change for generics in mset, msetnx

    Ubuntu committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    bb29ba9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d12fb6 View commit details
    Browse the repository at this point in the history
  3. Added support for decr decrby del hdel pfadd pfcount pfmerge (valkey-…

    …io#1693)
    
    * Added support for decr decrby del hdel pfadd pfcount pfmerge
    
    ---------
    
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-26-174.us-west-2.compute.internal>
    aws-talbenjo and Ubuntu committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0fe9721 View commit details
    Browse the repository at this point in the history
  4. - Java transaction: Hash + List commands (valkey-io#1744)

    - Java transaction: Hash + List commands are now binary compatible + using the leaked ptr approach if required
    - Code cleanup
    eifrah-aws authored and aws-talbenjo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8167b60 View commit details
    Browse the repository at this point in the history
  5. nit: reapply spotless

    aws-talbenjo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b1073ad View commit details
    Browse the repository at this point in the history