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/lettuce
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.7.1.RELEASE
Choose a base ref
...
head repository: redis/lettuce
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.8.0.RELEASE
Choose a head ref
  • 17 commits
  • 150 files changed
  • 8 contributors

Commits on Jun 2, 2025

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

Commits on Jun 4, 2025

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

Commits on Jun 6, 2025

  1. Add basic connection interruption tests (#3292)

    * Add basic connection interruption tests
    
    - Use reactor-netty-http client to interact
    with Fault Injector
    - Test command execution and PubSub with
    dmc_restart, network_failure failures injected
    
    * Fix formatting
    
    * Improve testcase displayed names
    
    * Fix endpoint name to match currently used for Jedis
    
    * Enhance scenario tests:
    
    - Use more advanced reconnection tracking
    - Show reconnection information
    - Test by reconnection time
    uglide authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    c898733 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

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

Commits on Jun 16, 2025

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

Commits on Jul 7, 2025

  1. Add support for new operations of BITOP command in Redis Community Ed…

    …ition 8.2 (#3334)
    
    * bitop new operations
    
    * polish
    
    * update new API signatures in NodeSelectionCommands
    atakavci authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    9a08998 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dd7f9d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

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

Commits on Jul 11, 2025

  1. DOC-4758 async JSON doc examples (#3335)

    * DOC-4758 added landing page examples
    
    * DOC-4758 added Path page examples
    
    * DOC-4758 work around arrAppend issue
    
    * DOC-4758 applied formatting
    andy-stark-redis authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    371beb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Add support for 8.2 stream commands (#3374)

    * Add support for 8.2 stream commands
    
    - Add support for XDELEX and XACKDEL
    - Extend XADD and XTRIM to support trimming policy
    
    * Add @SInCE tags
    
    * Update NodeSelection API
    
    * Add StreamEntryDeletionResult.UNKNOWN to avoid throwing exceptions
    
    * Clean up RedisCommandBuilder
    
    - Remove redundant code blocks
    - Use CommandKeyword for IDS
    - Add unit tests
    
    * Fix broken test
    uglide authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    2e4300f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85b65f2 View commit details
    Browse the repository at this point in the history
  3. Refactor tests for clarity and maintainability (#3363)

    * test: remove redundant assertions and clarify time-related values with constants
    
    * test: remove redundant assertions and clarify time-related values with constants
    
    * test: remove redundant assertions and clarify time-related values with constants
    Rian-Ismael authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    2a7d2a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e7bb10 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. Introduce RediSearch (#3375)

    * RediSearch support (part 1 of 3) (#3325)
    
    * Revert "Revert "Add support for FT.CREATE #2717 (#3150)" (#3160)" (#3161)
    
    This reverts commit 319e315.
    
    * Add support for FT.DROPINDEX #2722 (#3164)
    
    * Add support for FT.DROPINDEX #2722
    
    * Polishing
    
    * FT.SEARCH added
    
    Vibe code the FT.SEARCH command
    Pulled latest from the integration branch
    
    Fixed a lot of the hallucinations
    
    RESP2 parser improvements
    
    JSON Indexing tests
    
    Add some advanced use-cases
    
    Fixed all integration tests
    
    Fixed schema fields, added vector tests, but they are all failing
    
    Fixed vector search tests
    
    Improve coverage of integration and unit tests
    
    One unit test fails
    
    * API cleanup, added Kotlin implementation
    
    * Implement the FT.AGGREGATE command
    
    Fixing the integration tests for FT.AGGREGATE
    
    Polishing 1/3
    
    Add more documentation ot the AggregateArgs
    
    * Implement the FT.CURSOR command
    
    Add Integration tests for the FT.CURSOR
    
    Add RESP2 tests for all aggragation integration tests
    
    * FT.AGGREGATE was never working in the first place, now it is working, but for RESP3 only
    
    * Fixing unit tests (part1)
    Fixing unit tests (part2)
    Fixing unit tests (part3)
    
    * Polishing (part 1)
    
    * RediSearch support (part 2 of 3) (#3360)
    
    Introducing the FT.ALTER
    
    Introducing the FT.ALIASADD, FT.ALIASUPDATE, FT.ALIASDEL
    
    Introducing the FT.TAGVALS
    
    * RediSearch support (part 3 of 3) (#3364)
    
    * Introducing the FT.SUGADD FT.SUGDEL FT.SUGGET and FT.SUGLEN
    
    * Introducing the FT.DICTADD, FT.DICTDEL, FT.DICTDUMP
    
    * Introducing the FT.SPELLCHECK
    
    * Introducing the FT.SPELLCHECK (polishing)
    
    * Introducing the FT.EXPLAIN, FT.SYNUPDATE, FT.SYNDUMP, FT._LIST
    
    * Introducing the FT.PROFILE
    
    Polishing 1
    
    Polishing 1
    
    * Polishing 2
    
    * Removing the FT.PROFILE command entirely
    
    * Polishing 3
    
    * Polishing 4
    
    * RediSearch with Lettuce - final fixes (#3371)
    
    * Fix wrong aggregation arguments order
    Docs part (to squash later)
    Modified CreateArgs and SearchArgs
    Address review comments 1/many
    Addressed review comment by Igor, more polishing
    
    * Cluster tests
    
    * Extend wordlist
    
    * Extend wordlist 2
    
    * Avoid NPE when empty result received
    
    * Avoid NPE when empty result received 2
    
    * Disable cluster tests for 7.2 and 7.4
    tishun authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    6567f2d View commit details
    Browse the repository at this point in the history
  2. Provide support for the SVS-VMANA index (#3385) (#3386)

    * Provide support for the SVS-VMANA index
    
    * Enable VAMANA tests for Redis 8.2+
    tishun authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    b789b62 View commit details
    Browse the repository at this point in the history
  3. reuse-objectmapper-defaultjsonparser (#3372)

    * reuse-objectmapper-defaultjsonparser
    
    Refactor DefaultJsonParser to use a single static ObjectMapper instance instead of creating new instances for each method call, improving performance and memory usage.
    
    * Allow injection of custom ObjectMapper in DefaultJsonParser
    
    * Add JavaDoc
    
    ---------
    
    Co-authored-by: Tihomir Mateev <[email protected]>
    thachlp and tishun authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    5794560 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Release 6.8.0.RELEASE (#3388)

    * Releasing 6.8.0.RELEASE
    
    * Expanding the evergrowing wordlist
    
    * Expanding the evergrowing wordlist 2
    tishun authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    8e6e63d View commit details
    Browse the repository at this point in the history
Loading