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: redis/node-redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: redis@4.6.15
Choose a base ref
...
head repository: redis/node-redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 878fb69591fb1877823bec6876eb22025a3815b2
Choose a head ref
  • 20 commits
  • 47 files changed
  • 5 contributors

Commits on Jul 10, 2024

  1. add support for all hash field expiration commands (#2787)

    sjpotter authored Jul 10, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b4df2b2 View commit details
  2. add CLIENT KILL maxAge support (v4) (#2761)

    sjpotter authored Jul 10, 2024
    Copy the full SHA
    7d43a97 View commit details
  3. add geoshape support (#2788)

    copied from what leibele did for v5
    sjpotter authored Jul 10, 2024
    Copy the full SHA
    a1bee1c View commit details
  4. CAE-193: add "IGNORE" options to time series commands (for v4 branch) (

    sjpotter authored Jul 10, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5576a0d View commit details

Commits on Jul 14, 2024

  1. Support the NOVALUES option of HSCAN (#2711)

    * Support the NOVALUES option of HSCAN
    
    Issue #2705
    
    The NOVALUES option instructs HSCAN to only return keys, without their
    values. This is materialized as a new command, `hScanNoValues`, given
    that the return type is different from the usual return type of `hScan`.
    Also a new iterator is provided, `hScanNoValuesIterator`, for the same
    reason.
    
    * skip hscan novalues test if redis < 7.4
    
    * Also don't test hscan no values iterator < 7.4
    
    ---------
    
    Co-authored-by: Shaya Potter <spotter@gmail.com>
    gerzse and sjpotter authored Jul 14, 2024
    Copy the full SHA
    64fca37 View commit details

Commits on Jul 17, 2024

  1. add missing fields support to schema (v4) (#2789)

    sjpotter authored Jul 17, 2024
    Copy the full SHA
    0e7e2e6 View commit details

Commits on Jul 23, 2024

  1. small internal tweak for maxage per discussion w/ leibele (#2803)

    sjpotter authored Jul 23, 2024
    Copy the full SHA
    d09aaa3 View commit details
  2. don't expand/copy rawValues, return it directly. (#2800)

    sjpotter authored Jul 23, 2024
    Copy the full SHA
    b884e13 View commit details

Commits on Jul 24, 2024

  1. updated per discussion w/ leibele (#2804)

    sjpotter authored Jul 24, 2024
    Copy the full SHA
    6f79b49 View commit details

Commits on Jul 29, 2024

  1. add addscores to aggregate search command (#2799)

    * add addscores to aggregate search command
    
    * change `true` to `boolean`
    
    ---------
    
    Co-authored-by: Leibale Eidelman <me@leibale.com>
    sjpotter and leibale authored Jul 29, 2024
    Copy the full SHA
    54b3e17 View commit details
  2. add 7.4-rc2 to github action test suite (#2793)

    * add 7.4-rc2 to github action test suite
    
    * Update tests.yml
    
    ---------
    
    Co-authored-by: Leibale Eidelman <me@leibale.com>
    sjpotter and leibale authored Jul 29, 2024
    Copy the full SHA
    dc3be85 View commit details
  3. fix: json.mget should be readonly (#2807) (#2808)

    * fix: json.mget should be readonly (#2807)
    
    * lint
    marcoreni authored Jul 29, 2024
    Copy the full SHA
    179b9e0 View commit details
  4. small refactor per discussion with leibele (#2801)

    * small refactor per discussion with leibele
    
    * move true type to boolean type
    
    * fix geoshape to support NOINDEX & SORTABLE, clean code
    
    * fix for last commit
    
    ---------
    
    Co-authored-by: Leibale Eidelman <me@leibale.com>
    sjpotter and leibale authored Jul 29, 2024
    Copy the full SHA
    840ec57 View commit details
  5. Release json@1.0.7

    leibale committed Jul 29, 2024
    Copy the full SHA
    3973fa2 View commit details
  6. Update tests.yml

    leibale authored Jul 29, 2024
    Copy the full SHA
    49ef273 View commit details
  7. fix hash expiration tests

    leibale committed Jul 29, 2024
    Copy the full SHA
    18ccc28 View commit details
  8. Release search@1.2.0

    leibale committed Jul 29, 2024
    Copy the full SHA
    fff7b00 View commit details
  9. Release time-series@1.1.0

    leibale committed Jul 29, 2024
    Copy the full SHA
    268ceda View commit details
  10. Release client@1.6.0

    leibale committed Jul 29, 2024
    Copy the full SHA
    b493afa View commit details
  11. upgrade deps

    leibale committed Jul 29, 2024
    Copy the full SHA
    878fb69 View commit details
Loading