1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-20 22:42:59 +03:00

Commit Graph

  • f44b325a6d Merge pull request #2109 from go-redis/fix/build Vladimir Mihailenco 2022-06-04 16:19:25 +03:00
  • b0bb514059 fix: update COMMAND parser for Redis 7 Vladimir Mihailenco 2022-06-04 16:07:28 +03:00
  • 3a722be811 fix: fix tests Vladimir Mihailenco 2022-06-04 15:15:43 +03:00
  • 91171f5e19 feat: add ClientUnpause Vladimir Mihailenco 2022-06-04 15:02:53 +03:00
  • a15a89ea58 chore: fix build Vladimir Mihailenco 2022-06-04 14:52:46 +03:00
  • 0aa94538ee Merge branch 'v9' Vladimir Mihailenco 2022-06-04 14:28:10 +03:00
  • 52af8ba852 update cluster slots reply checking logic for Redis 7 (#2108) renzheng.wang 2022-06-04 18:24:32 +08:00
  • 1980be0f9f chore: fix golangci-lint Vladimir Mihailenco 2022-06-04 10:50:58 +03:00
  • 74fb9f0a8b Merge pull request #2072 from go-redis/dependabot/github_actions/actions/setup-go-3 Vladimir Mihailenco 2022-06-04 10:31:03 +03:00
  • 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) janbar 2022-06-04 15:26:04 +08:00
  • fca64a6a70 fix(baseClient): fix retryTimeout in _process, default value should be 0 raynor 2022-06-04 00:41:55 +08:00
  • 2465baaab5 chore: move sponsors up Vladimir Mihailenco 2022-05-03 17:50:48 +03:00
  • a4da15b8ad chore: add sponsors Vladimir Mihailenco 2022-05-03 17:48:11 +03:00
  • 1fdcbf86bb fix: test code Bogus Jung 2022-04-28 20:32:58 +09:00
  • 07e15d2876 fix: tags for structToMap "json" -> "key" Bogus Jung 2022-04-28 20:32:20 +09:00
  • 60d62a8a40 Merge pull request #2073 from go-redis/dependabot/github_actions/golangci/golangci-lint-action-3 Vladimir Mihailenco 2022-04-21 08:46:59 +03:00
  • 8ed3773467 chore: Set permissions for GitHub actions neilnaveen 2022-04-20 15:48:57 +00:00
  • 4c8b4d1619 chore: mention kvrocks Vladimir Mihailenco 2022-04-14 17:55:34 +03:00
  • 354913edca chore: update readme links Vladimir Mihailenco 2022-04-13 16:01:35 +03:00
  • fc61bffa49 chore: fix links Vladimir Mihailenco 2022-04-13 15:53:17 +03:00
  • e685ead9ef chore(deps): bump golangci/golangci-lint-action from 2 to 3 dependabot[bot] 2022-04-11 01:27:44 +00:00
  • e83e61f0bf chore(deps): bump actions/setup-go from 2 to 3 dependabot[bot] 2022-04-11 01:27:39 +00:00
  • 99c79f7041 chore: update readme Vladimir Mihailenco 2022-04-05 10:06:50 +03:00
  • 68098a7e59 Merge branch 'master' of github.com:go-redis/redis Vladimir Mihailenco 2022-04-05 09:34:44 +03:00
  • b5d6b29c95 chore: update links Vladimir Mihailenco 2022-04-05 09:34:28 +03:00
  • b7fd09e594 feat: add NewXPendingResult for unit testing XPending (#2066) Dominic Baggott 2022-04-05 07:13:39 +01:00
  • 2baad407e2 Merge branch 'master' of github.com:go-redis/redis Vladimir Mihailenco 2022-04-03 09:27:30 +03:00
  • 85f34e0224 chore: update readme Vladimir Mihailenco 2022-04-03 09:27:24 +03:00
  • 370773ba26 chore(deps): bump github.com/onsi/gomega from 1.18.1 to 1.19.0 (#2063) dependabot[bot] 2022-03-28 11:15:32 +08:00
  • 7d5167e862 feat: add WriteArg and Scan net.IP(#2062) Sown 2022-03-28 09:16:12 +08:00
  • 3961b9577f fix: use redis over ssh channel(#2057) (#2060) slowrookie 2022-03-26 18:11:44 +08:00
  • 3f9f6166a4 Merge pull request #2056 from Aoang/add-go-1-18-support Vladimir Mihailenco 2022-03-22 09:04:19 +02:00
  • 229f8d5a5d chore: update CI Test Go version to v1.18 Aoang 2022-03-22 12:30:59 +08:00
  • a8a7665ddf feat(pool): add check for badConnection naiqianz 2022-03-21 01:06:47 +08:00
  • f5fbb367e7 fix: remove test(XInfoConsumer.idle), not a stable return value when tested. monkey92t 2022-03-19 22:04:22 +08:00
  • 6f1a1ac284 fix: add XInfoConsumers test monkey92t 2022-03-19 20:54:27 +08:00
  • 8b3668e554 chore: add chat link Vladimir Mihailenco 2022-03-19 14:32:12 +02:00
  • 997ab5e7e3 fix(#1943): xInfoConsumer.Idle should be time.Duration instead of int64 (#2052) Monkey 2022-03-19 18:22:12 +08:00
  • 335d946cd6 chore: sync master (#2051) Monkey 2022-03-19 12:40:31 +08:00
  • 40e84a79bf chore: add discord back Vladimir Mihailenco 2022-03-18 14:00:38 +02:00
  • cae6772309 Merge pull request #2050 from go-redis/release/v8.11.5 v8.11.5 extra/redisotel/v8.11.5 extra/rediscmd/v8.11.5 extra/rediscensus/v8.11.5 Vladimir Mihailenco 2022-03-17 15:27:49 +02:00
  • 6f7d7a1e9d chore: release v8.11.5 (release.sh) Vladimir Mihailenco 2022-03-17 15:14:48 +02:00
  • 081bf6b897 chore: tweak release script Vladimir Mihailenco 2022-03-17 15:13:56 +02:00
  • 04b14786d0 Merge branch 'master' of github.com:go-redis/redis Vladimir Mihailenco 2022-03-17 14:31:05 +02:00
  • dbd417ac78 chore: add hll example Vladimir Mihailenco 2022-03-17 14:30:55 +02:00
  • d28f1f8d39 Merge pull request #2042 from go-redis/dependabot/github_actions/actions/checkout-3 Vladimir Mihailenco 2022-03-16 09:44:02 +02:00
  • cfc0812ae6 chore(deps): bump actions/checkout from 2 to 3 dependabot[bot] 2022-03-07 01:24:03 +00:00
  • 65e242e263 Merge pull request #2039 from jsievenpiper/sentinel-universal Vladimir Mihailenco 2022-03-01 08:57:34 +02:00
  • ab0ccc4741 feat: add support for acl sentinel auth in universal client Justin Sievenpiper 2022-02-28 14:55:37 -08:00
  • 730afbcffb feat: add support for COPY command (#2016) Alex Kahn 2022-02-27 12:07:49 -05:00
  • 627f4dab54 Merge pull request #2033 from thrawny/feature/otel-attributes Vladimir Mihailenco 2022-02-22 15:31:39 +02:00
  • 6fd61e8258 chore: tweak Uptrace copy Vladimir Mihailenco 2022-02-22 15:18:47 +02:00
  • 69bf454f70 feat: set net.peer.name and net.peer.port in otel example Jonas Lergell 2022-02-22 13:57:53 +01:00
  • 39faaa1715 feat: add support for passing extra attributes added to spans Jonas Lergell 2022-02-22 13:56:31 +01:00
  • c898357929 Merge pull request #2031 from hidu/master Vladimir Mihailenco 2022-02-22 15:08:14 +02:00
  • b82a2d9d4d fix: rename Golang to Go (#2030) hidu 2022-02-20 13:36:00 +08:00
  • aa1530aaf0 Merge pull request #2029 from hidu/master Vladimir Mihailenco 2022-02-19 08:49:38 +02:00
  • 187c07c41b fix: example/otel compile error (#2028) hidu 2022-02-18 22:50:43 +08:00
  • b096f432a3 chore: cleanup Vladimir Mihailenco 2022-02-18 09:45:35 +02:00
  • ed1b5bb28a Merge pull request #2027 from lintanghui/master Vladimir Mihailenco 2022-02-18 09:42:50 +02:00
  • de6c131865 fix: invalid type assert in stringArg lintanghui 2022-02-18 11:36:04 +08:00
  • a034b08191 Merge pull request #1991 from jiangtao244/master Vladimir Mihailenco 2022-02-02 09:32:04 +02:00
  • 8ed766ba37 Merge pull request #2010 from go-redis/dependabot/go_modules/github.com/onsi/gomega-1.18.1 Vladimir Mihailenco 2022-02-02 09:27:13 +02:00
  • 3ecadf5f87 chore: instrumentation name and version (#2012) Nelz 2022-02-01 23:26:14 -08:00
  • e2d145d6ba Update README.md (#2011) Seyed Ali Ghaffari 2022-01-31 14:04:32 +03:30
  • 4ddcf48f20 chore(deps): bump github.com/onsi/gomega from 1.17.0 to 1.18.1 dependabot[bot] 2022-01-31 01:24:51 +00:00
  • 2321414c27 Merge pull request #2001 from Richtermeister/patch-2 Vladimir Mihailenco 2022-01-23 08:30:28 +02:00
  • 17e3b43879 fix: add missing Expire methods to Cmdable Daniel Richter 2022-01-22 10:51:10 -08:00
  • bf8d4aa60c feat(redisotel): ability to override TracerProvider (#1998) Nelz 2022-01-17 22:44:05 -08:00
  • 52276c393d feat: extract dialer to DefaultDialer to allow wrapping nick comer 2022-01-14 16:01:09 -05:00
  • f1dd3d5898 Merge pull request #1968 from Juneezee/go1.17 Vladimir Mihailenco 2022-01-12 16:22:36 +02:00
  • f4bf09cfc8 chore: export cmder.SetFirstKeyPos to support build module commands gzjiangtao2014 2022-01-11 14:47:55 +08:00
  • 955df2c4c4 chore: update link Vladimir Mihailenco 2021-12-29 10:45:45 +02:00
  • 463389046e build: update go directive in go.mod to 1.17 Eng Zer Jun 2021-12-27 08:31:17 +08:00
  • 333fee1a8f fix: set timeout for WAIT command. Fixes #1963 Vladimir Mihailenco 2021-12-26 16:42:17 +02:00
  • f737d9a830 chore: remove Discord Vladimir Mihailenco 2021-12-24 15:33:36 +02:00
  • 4ce90461a5 fix: remove comment wjdqhry 2021-12-22 14:26:40 +09:00
  • bf334e7738 feat: enable struct on HSet wjdqhry 2021-12-17 11:54:43 +09:00
  • 83ac308add chore: update Vladimir Mihailenco 2021-12-04 17:35:52 +02:00
  • b44ed0b27d chore: update readme v6 Vladimir Mihailenco 2021-12-04 17:34:56 +02:00
  • e9a8bb4f86 Merge pull request #1954 from Ci-Jie/bugfix/tweak-some-feature-links Vladimir Mihailenco 2021-11-25 12:10:11 +02:00
  • cc87acb6d6 chore: tweak feature links James3 Li(李麒傑) 2021-11-25 17:02:28 +08:00
  • 5c9b845659 chore: add missing readme Vladimir Mihailenco 2021-11-23 15:42:05 +02:00
  • a4e94b7175 fix: update go mod Stephanie Hingtgen 2021-11-22 15:30:07 -07:00
  • 8e7217abdb Merge branch 'master' into add-cluster-parse-urls Stephanie Hingtgen 2021-11-22 15:24:39 -07:00
  • e19bbb26e2 feat: Add redis v7's NX, XX, GT, LT expire variants Bastien Penavayre 2021-11-21 14:59:45 +01:00
  • 5aefa73462 Merge pull request #1942 from go-redis/dependabot/go_modules/github.com/onsi/gomega-1.17.0 Vladimir Mihailenco 2021-11-21 15:55:28 +02:00
  • 10b3668010 Merge pull request #1940 from ffenix113/master Vladimir Mihailenco 2021-11-21 15:55:17 +02:00
  • 1790c2b9ab chore(deps): bump github.com/onsi/gomega from 1.16.0 to 1.17.0 dependabot[bot] 2021-11-20 15:54:43 +00:00
  • dabd395d47 Merge pull request #1952 from go-redis/chore/del-keys-without-ttl Vladimir Mihailenco 2021-11-20 17:53:18 +02:00
  • 383aa369b4 chore: don't enable all lints Vladimir Mihailenco 2021-11-19 17:09:58 +02:00
  • 9b48b5e45f chore: add example how to delete keys without a ttl Vladimir Mihailenco 2021-11-19 17:03:42 +02:00
  • f6974ebb5c fix: update some argument counts in pre-allocs ffenix113 2021-11-05 18:46:21 +01:00
  • 47ac23e055 Merge branch 'master' of github.com:go-redis/redis Vladimir Mihailenco 2021-11-05 16:17:26 +02:00
  • c7e913ce48 chore: update otel example Vladimir Mihailenco 2021-11-05 16:17:17 +02:00
  • 25378ca292 Merge pull request #1934 from kristinnardal2/redisotel-span-kind Vladimir Mihailenco 2021-10-27 11:48:22 +03:00
  • 065b200070 fix(extra/redisotel): set span.kind attribute to client Kristinn Björgvin Árdal 2021-10-26 15:55:57 +02:00
  • 38d398f630 chore: fix linter Vladimir Mihailenco 2021-10-24 09:55:27 +03:00
  • a52a508bbf Merge pull request #1930 from Pyrodash/master Vladimir Mihailenco 2021-10-24 09:54:17 +03:00
  • a2a463b123 test: add test case for setting and scanning durations Jackie 2021-10-23 00:10:30 +02:00