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.31
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.32
Choose a head ref
  • 14 commits
  • 19 files changed
  • 6 contributors

Commits on Feb 28, 2024

  1. fix: GRAPH.CONSTRAINT CREATE builder

    rueian committed Feb 28, 2024
    Copy the full SHA
    544ec4b View commit details

Commits on Feb 29, 2024

  1. Merge pull request #484 from redis/fix-graph-constraint-builders

    feat: GRAPH.CONSTRAINT CREATE builder
    rueian authored Feb 29, 2024
    Copy the full SHA
    ded6852 View commit details

Commits on Mar 1, 2024

  1. add IsBusyGroup() to rueidis.RedisError

    jianghaiqiang committed Mar 1, 2024
    Copy the full SHA
    abd8162 View commit details
  2. add rueidis.IsRedisBusyGroup() and test to rueidis

    jianghaiqiang committed Mar 1, 2024
    Copy the full SHA
    ed218bd View commit details
  3. Merge branch 'redis:main' into main

    jhq0113 authored Mar 1, 2024
    Copy the full SHA
    c9e6d06 View commit details
  4. feat: add baseCmd

    There are some Commands that can't use baseCmd due to incompatible method
    signature for (*Command).SetVal, (*Command).Val, (*Command).Result.
    
    e.g. KeyValuesCmd, ZSliceWithKeyCmd, XAutoClaimCmd, XAutoClaimJustIDCmd.
    unknowntpo committed Mar 1, 2024
    Copy the full SHA
    cbed500 View commit details
  5. Merge pull request #485 from jhq0113/main

    add IsBusyGroup() to rueidis.RedisError
    rueian authored Mar 1, 2024
    Copy the full SHA
    7ef4762 View commit details

Commits on Mar 3, 2024

  1. Merge pull request #473 from unknowntpo/refactor-add-baseCmd

    Refactor: add baseCmd to go-redis adaptor commands
    rueian authored Mar 3, 2024
    Copy the full SHA
    bdddcdb View commit details

Commits on Mar 5, 2024

  1. feat: bump v1.0.32

    rueian committed Mar 5, 2024
    Copy the full SHA
    0893abb View commit details

Commits on Mar 7, 2024

  1. add redis-cell command CL.THROTTLE

    qi-hua committed Mar 7, 2024
    Copy the full SHA
    91a8bb6 View commit details

Commits on Mar 8, 2024

  1. Merge pull request #491 from qi-hua/main

    feat: add redis-cell  command CL.THROTTLE
    rueian authored Mar 8, 2024
    Copy the full SHA
    d83782c View commit details

Commits on Mar 9, 2024

  1. feat: improve client instantiation examples

    Erdem Tuna committed Mar 9, 2024
    Copy the full SHA
    aed8317 View commit details
  2. refactor: move the section toward bottom

    Erdem Tuna committed Mar 9, 2024
    Copy the full SHA
    c021254 View commit details
  3. Merge pull request #492 from erdemtuna/improve-readme

    feat: improve client instantiation examples
    rueian authored Mar 9, 2024
    Copy the full SHA
    b08dc62 View commit details
Loading