Commit Graph

2064 Commits

Author SHA1 Message Date
Vladimir Mihailenco c888488a7a
Merge pull request #2250 from vincentserpoul/v8
feat: port v9 WithDBStatement into v8
2023-01-21 10:45:11 +02:00
Vladimir Mihailenco 3f22ed180e
Merge pull request #2296 from v3s1e/v8
fix(iterator): remove unnecessary mutex
2023-01-21 10:43:27 +02:00
Monkey 6c688c7e9f
Merge pull request #2341 from monkey92t/v8
test(action): add tests to the v8 branch
2023-01-06 01:50:19 +08:00
monkey92t 57918584b8 test(github-action): update v8 test services-redis version, to redis6
Signed-off-by: monkey92t <golang@88.com>
2023-01-06 01:35:23 +08:00
monkey92t 92fb134b81 test: update the go version of the v8 branch test
Signed-off-by: monkey92t <golang@88.com>
2023-01-05 19:20:57 +08:00
monkey92t 2556b76824 test(action): add tests to the v8 branch
Signed-off-by: monkey92t <golang@88.com>
2023-01-05 19:19:08 +08:00
Monkey 6a0c42198f
Merge pull request #2340 from monkey92t/v8
feat: v8 remove redis7 command
2023-01-05 19:17:35 +08:00
monkey92t 0a57079ece feat: v8 remove redis7 command
Signed-off-by: monkey92t <golang@88.com>
2023-01-05 19:14:20 +08:00
Monkey 5c486cf98a
Merge pull request #2335 from monkey92t/issue_2319
fix: hook.process.fn should return error instead of cmd.SetErr().
2022-12-29 19:22:29 +08:00
monkey92t 0358ca4bfe fix: hook.process.fn should return error instead of cmd.SetErr()
Signed-off-by: monkey92t <golang@88.com>
2022-12-29 17:04:57 +08:00
Veselin Ivanov 890dabf03b
fix(iterator): remove unnecessary mutex 2022-11-25 08:51:08 +01:00
Vincent Serpoul 71ea8cb08f chore: update dependencies 2022-10-14 10:36:52 +08:00
Vincent Serpoul 35adebd08a feat: port v9 WithDBStatement into v8 2022-10-14 10:35:49 +08:00
renzheng.wang 52af8ba852
update cluster slots reply checking logic for Redis 7 (#2108)
fix: update cluster slots reply checking logic for redis 7
2022-06-04 13:24:32 +03:00
Vladimir Mihailenco 1980be0f9f chore: fix golangci-lint 2022-06-04 10:50:58 +03:00
Vladimir Mihailenco 74fb9f0a8b
Merge pull request #2072 from go-redis/dependabot/github_actions/actions/setup-go-3
chore(deps): bump actions/setup-go from 2 to 3
2022-06-04 10:31:03 +03:00
janbar 56a3dbc7b6
feat: provide a username and password callback method, so that the plaintext username and password will not be stored in the memory, and the username and password will only be generated once when the CredentialsProvider is called. After the method is executed, the username and password strings on the stack will be released. (#2097)
Co-authored-by: janbar <janbar@163.com>
2022-06-04 10:26:04 +03:00
Vladimir Mihailenco 2465baaab5 chore: move sponsors up 2022-05-03 17:50:48 +03:00
Vladimir Mihailenco a4da15b8ad chore: add sponsors 2022-05-03 17:48:11 +03:00
Vladimir Mihailenco 60d62a8a40
Merge pull request #2073 from go-redis/dependabot/github_actions/golangci/golangci-lint-action-3
chore(deps): bump golangci/golangci-lint-action from 2 to 3
2022-04-21 08:46:59 +03:00
Vladimir Mihailenco 4c8b4d1619 chore: mention kvrocks 2022-04-14 17:55:34 +03:00
Vladimir Mihailenco 354913edca chore: update readme links 2022-04-13 16:01:35 +03:00
Vladimir Mihailenco fc61bffa49 chore: fix links 2022-04-13 15:53:17 +03:00
dependabot[bot] e685ead9ef
chore(deps): bump golangci/golangci-lint-action from 2 to 3
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 01:27:44 +00:00
dependabot[bot] e83e61f0bf
chore(deps): bump actions/setup-go from 2 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 01:27:39 +00:00
Vladimir Mihailenco 99c79f7041 chore: update readme 2022-04-05 10:06:50 +03:00
Vladimir Mihailenco 68098a7e59 Merge branch 'master' of github.com:go-redis/redis 2022-04-05 09:34:44 +03:00
Vladimir Mihailenco b5d6b29c95 chore: update links 2022-04-05 09:34:33 +03:00
Dominic Baggott b7fd09e594
feat: add NewXPendingResult for unit testing XPending (#2066) 2022-04-05 09:13:39 +03:00
Vladimir Mihailenco 2baad407e2 Merge branch 'master' of github.com:go-redis/redis 2022-04-03 09:27:30 +03:00
Vladimir Mihailenco 85f34e0224 chore: update readme 2022-04-03 09:27:24 +03:00
dependabot[bot] 370773ba26
chore(deps): bump github.com/onsi/gomega from 1.18.1 to 1.19.0 (#2063)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.18.1 to 1.19.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.18.1...v1.19.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28 11:15:32 +08:00
Sown 7d5167e862
feat: add WriteArg and Scan net.IP(#2062)
* feat: add WriteArg net.IP

* feat: add Scan net.IP
2022-03-28 09:16:12 +08:00
slowrookie 3961b9577f
fix: use redis over ssh channel(#2057) (#2060) 2022-03-26 18:11:44 +08:00
Vladimir Mihailenco 3f9f6166a4
Merge pull request #2056 from Aoang/add-go-1-18-support
Update Go version to v1.18
2022-03-22 09:04:19 +02:00
Aoang 229f8d5a5d
chore: update CI Test Go version to v1.18 2022-03-22 13:38:16 +08:00
Vladimir Mihailenco 8b3668e554 chore: add chat link 2022-03-19 14:32:12 +02:00
Vladimir Mihailenco 40e84a79bf chore: add discord back 2022-03-18 14:00:38 +02:00
Vladimir Mihailenco cae6772309
Merge pull request #2050 from go-redis/release/v8.11.5
Release/v8.11.5
2022-03-17 15:27:49 +02:00
Vladimir Mihailenco 6f7d7a1e9d chore: release v8.11.5 (release.sh) 2022-03-17 15:14:48 +02:00
Vladimir Mihailenco 081bf6b897 chore: tweak release script 2022-03-17 15:13:56 +02:00
Vladimir Mihailenco 04b14786d0 Merge branch 'master' of github.com:go-redis/redis 2022-03-17 14:31:05 +02:00
Vladimir Mihailenco dbd417ac78 chore: add hll example 2022-03-17 14:30:55 +02:00
Vladimir Mihailenco d28f1f8d39
Merge pull request #2042 from go-redis/dependabot/github_actions/actions/checkout-3
chore(deps): bump actions/checkout from 2 to 3
2022-03-16 09:44:02 +02:00
dependabot[bot] cfc0812ae6
chore(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 01:24:03 +00:00
Vladimir Mihailenco 65e242e263
Merge pull request #2039 from jsievenpiper/sentinel-universal
feat: add support for acl sentinel auth in universal client
2022-03-01 08:57:34 +02:00
Justin Sievenpiper ab0ccc4741
feat: add support for acl sentinel auth in universal client 2022-02-28 14:55:37 -08:00
Alex Kahn 730afbcffb
feat: add support for COPY command (#2016) 2022-02-28 01:07:49 +08:00
Vladimir Mihailenco 627f4dab54
Merge pull request #2033 from thrawny/feature/otel-attributes
Feature/otel attributes
2022-02-22 15:31:39 +02:00
Vladimir Mihailenco 6fd61e8258 chore: tweak Uptrace copy 2022-02-22 15:29:10 +02:00