-
Notifications
You must be signed in to change notification settings - Fork 190
Comparing changes
Open a pull request
base repository: redis/rueidis
base: v1.0.40
head repository: redis/rueidis
compare: v1.0.41
- 6 commits
- 19 files changed
- 4 contributors
Commits on Jun 25, 2024
-
feat: fallback MGetCache to MGet (#574)
* feat: fallback MGetCache to MGet * feat: update struct * feat: address comments * feat: address comments * fix : apply suggestions from code review Co-authored-by: Rueian <rueiancsie@gmail.com> * feat: add test for disabled cache * feat: add placeholder for sentinel client test * feat: covering sentinel client disabledCache scenario * feat: add cluster client test * fix: test case * feat: remove mockConn DoMultiFn --------- Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com> Co-authored-by: Rueian <rueiancsie@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a5b0dc5 - Browse repository at this point
Copy the full SHA a5b0dc5View commit details
Commits on Jun 27, 2024
-
feat: send DISCARD command when conn recycled (#580)
* feat: send DISCARD command when conn recycled * feat: add tests * fix: add suggestion Co-authored-by: Rueian <rueiancsie@gmail.com> * fix: DISCARD should reply a OK message instead of a push message. --------- Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com> Co-authored-by: Rueian <rueiancsie@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 45cdf7e - Browse repository at this point
Copy the full SHA 45cdf7eView commit details
Commits on Jun 28, 2024
-
Changes for (Add IsParseError() documentation #578) (#581)
* Changes for (Add IsParseError() documentation #578) * Changes for (Add IsParseError() documentation #578) * Changes for (Add IsParseError() documentation #578) * Delete .vscode/settings.json Removing wrong settings.json file * Update README.md Co-authored-by: Anurag Bandyopadhyay <angbpy@gmail.com> --------- Co-authored-by: Anurag Bandyopadhyay <angbpy@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b19f550 - Browse repository at this point
Copy the full SHA b19f550View commit details
Commits on Jul 1, 2024
-
feat: minor increase in rueidiscompat coverage (#583)
* feat: 5% increase in command.go coverage * feat: use mock pkg instead of exposing rueidis mock fxn * feat: remove testify/assert from go.mod * feat: add cluster commands tests * feat: cover some more conditions in adapter.go * feat: add local replace directive to go.mod rueidis/mock * feat: run go mod tidy * fix: delete lib2 before creating it again --------- Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4951282 - Browse repository at this point
Copy the full SHA 4951282View commit details
Commits on Jul 4, 2024
-
docs: add EXPIRE and HEXPIRE examples
Signed-off-by: Rueian <rueiancsie@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 96dbd4a - Browse repository at this point
Copy the full SHA 96dbd4aView commit details
Commits on Jul 7, 2024
-
Signed-off-by: Rueian <rueiancsie@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 729b849 - Browse repository at this point
Copy the full SHA 729b849View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.40...v1.0.41