Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: upstash/redis-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.31.6
Choose a base ref
...
head repository: upstash/redis-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.32.0
Choose a head ref
  • 3 commits
  • 22 files changed
  • 2 contributors

Commits on Jul 3, 2024

  1. feat: add bitfield command (#1159)

    * feat: add bitfield
    
    resolves #1150
    
    * fix: bitfield tests not running
    
    * fix: type constraints and protected props
    
    * fix: type constraints
    
    * feat: add bitfield to pipeline
    
    (also addresses pr comments)
    
    * fix: code complexity
    
    opt to pass private properties / methods from pipeline directly into the
    constructor for the bitfield command. no need to create two separate
    classes for command and pipeline
    lewxdev authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c00b02d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. fix: resolve arrappend issue (#1165)

    when a redis method which is available in .json but not available in the pipeline is used
    while auto pipeline is enabled, proxy doesn't check properly that the method is a function
    and attempts to return from pipeline, instead of pipeline.json.
    CahidArda authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4bf0be7 View commit details
    Browse the repository at this point in the history
Loading