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.33.0
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.34.0
Choose a head ref
  • 4 commits
  • 244 files changed
  • 3 contributors

Commits on Jul 22, 2024

  1. feat: add json mset command (#1197)

    * feat: add json mset command
    
    * fix: remove unused import
    ogzhanolguncu authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1c92e21 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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

Commits on Jul 25, 2024

  1. Dx 1102 (#1213)

    * feat: add new linter
    
    * chore: format files
    
    * chore: add linted files
    
    * fix: copy readme & package.json & license to dist after build
    
    otherwise, we get MissingPackageJSON error when installing upstash/redis in our CI tests https://github.com/upstash/redis-js/actions/runs/10091669210/job/27903832137
    
    installing with npm instead of bun solves the issue but we get another error when running: https://github.com/upstash/redis-js/actions/runs/10091973099/job/27904892427
    
    * fix: remove flaky tests
    
    ---------
    
    Co-authored-by: CahidArda <[email protected]>
    ogzhanolguncu and CahidArda authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    26a3a66 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. DX-1019: Read Your Writes Support (#1175)

    * add: readYourWrites option interface
    
    * send local sync token on requests
    
    * fmt
    
    * add promise.all tests
    
    * add: lua script test
    
    * format tests
    
    * fmt
    
    * change upstashSyncToken convention
    
    * add public redis client test
    
    * add: fastly and cloudflare clients ryw support
    
    * fmt
    
    * add default test
    
    * add: comments
    
    * add: http comment
    
    * sync token docs
    
    * remove comment
    
    * fix readYourWrites arg comment
    
    * add: ryw operation comments
    
    * revert requester
    
    * revert requester interface
    fahreddinozcan authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    90ae6b1 View commit details
    Browse the repository at this point in the history
Loading