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/rueidis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.21
Choose a base ref
...
head repository: redis/rueidis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.22
Choose a head ref
  • 10 commits
  • 21 files changed
  • 4 contributors

Commits on Nov 10, 2023

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Copy the full SHA
    4972fdc View commit details

Commits on Nov 11, 2023

  1. Merge pull request #404 from h0rv/main

    Add Normalized Vector Tests for `TestVectorString32`/`64`
    rueian authored Nov 11, 2023
    Copy the full SHA
    e6b78ec View commit details

Commits on Nov 12, 2023

  1. Copy the full SHA
    1b9839f View commit details
  2. feat: Align go-redis ProbabilisticCmdable (#406)

    * init commit
    
    * WIP: Add new command types
    
    * copy tests from go-redis
    
    * add go-redis test url
    
    * WIP: scaffolding BF* cmd
    
    TODO: CacheCompat
    
    * add BF* to CacheCompat
    
    * WIP: Compat
    
    * WIP: TDigest
    
    * fill all commands
    
    * WIP: Finish BF.INFO cmd
    
    * WIP: BF.INFO: use generic to handle BfInfoArgType
    
    * introduce baseCmd
    
    * minor tweak
    
    * change tag from cmd to redis
    
    * make tests for BF.INFO pass
    
    * add notes for argument in rueidiscompat.Scan()
    
    * implement newScanDumpCmd
    
    * implement newCMSInfoCmd
    
    * implement CF.*
    
    * implement TopK.*, TDigest.*
    
    * minor tweaks
    
    * revert command spec for TDIGEST.ADD, allow multiple option in value
    
    * revert command spec for TDIGEST.BYRANK to avoid breaking change
    
    * revert command for CMS.MERGE
    
    * use str instead of fmt.Sprint to avoid unexpected any to string conversion
    
    * revert command spec for TDIGEST.BYREVRANK
    
    * minor tweaks
    
    * revert TDIGEST.ADD: remove multiple:true in values block
    
    * replace fmt.Sprint() by str()
    unknowntpo authored Nov 12, 2023
    Copy the full SHA
    72146ca View commit details

Commits on Nov 13, 2023

  1. chore: apply fieldalignment

    rueian committed Nov 13, 2023
    Copy the full SHA
    bb1f91a View commit details

Commits on Nov 14, 2023

  1. Copy the full SHA
    4d57e3a View commit details

Commits on Nov 15, 2023

  1. Merge pull request #408 from redis/fix-atomic-alignment

    fix: atomic alignment issue on 32bit arch
    rueian authored Nov 15, 2023
    Copy the full SHA
    b76ed73 View commit details

Commits on Nov 16, 2023

  1. fix(adapter): Closes #411

    huangqing.zhu committed Nov 16, 2023
    Copy the full SHA
    5a6bb69 View commit details
  2. Merge pull request #412 from lenonqing/master

    fix(adapter): Closes #411
    rueian authored Nov 16, 2023
    Copy the full SHA
    4532630 View commit details

Commits on Nov 19, 2023

  1. feat: bump v1.0.22

    rueian committed Nov 19, 2023
    Copy the full SHA
    3ed2b3e View commit details
Loading