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-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: upstash/redis-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 11 commits
  • 15 files changed
  • 3 contributors

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    b13ab1c View commit details
    Browse the repository at this point in the history
  2. add more tests

    fahreddinozcan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9383c16 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    f5de671 View commit details
    Browse the repository at this point in the history
  2. remove leftover print

    mdumandag committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    dcda060 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89d4866 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb74606 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Merge pull request #50 from upstash/dx-1019-redis-sdks-read-your-writ…

    …es-support
    
    DX-1019: Read Your Writes
    fahreddinozcan authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    18e16fb View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Use a string value for the scan cursor

    Since it can be quite big, sending it as a number can cause it
    to be larger than the max safe integer value in JSON, and result
    in unpredictable iteration.
    
    Instead, it is now converted to string.
    
    We don't have to do it for other scan commands, their cursor values
    are small, but I have done it anyways to be on the safe side.
    mdumandag committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ffe94aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from upstash/scan-cursor

    Use a string value for the scan cursor
    fahreddinozcan authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    eb24e6c View commit details
    Browse the repository at this point in the history
  3. bump version to 1.2.0

    mdumandag committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e6609eb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #52 from upstash/bump-1.2.0

    bump version to 1.2.0
    fahreddinozcan authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6fc1fe3 View commit details
    Browse the repository at this point in the history
Loading