1
0
mirror of https://github.com/redis/go-redis.git synced 2025-06-11 03:21:38 +03:00
Commit Graph

2623 Commits

Author SHA1 Message Date
a3cd07dab0 Merge pull request #1699 from openset/patch-1
Add StringCmd.Bool()
2021-03-17 13:39:13 +02:00
785fa3295c Add StringCmd.Bool() 2021-03-17 15:50:02 +08:00
7ba7ac4a7f Merge pull request #1696 from monkey92t/test_error
fix test error
2021-03-16 09:23:28 +02:00
a9989a3078 Add a link to discussions 2021-03-14 11:49:48 +02:00
e839f8e764 fix test warn, the setex command does not support milliseconds
Signed-off-by: monkey <golang@88.com>
2021-03-13 23:07:57 +08:00
e722f52cf8 fix "should Object" test error
Signed-off-by: monkey <golang@88.com>
2021-03-13 18:40:04 +08:00
f63e0d666b Merge pull request #1693 from monkey92t/sentinel
discoverSentinels read the addr field incorrectly
2021-03-13 09:09:02 +02:00
c25daee5e6 discoverSentinels read the addr field incorrectly
Signed-off-by: monkey <golang@88.com>
2021-03-12 23:20:58 +08:00
573638ff0c Unexport helper command 2021-03-12 16:08:58 +02:00
d47e48f8ab Merge pull request #1692 from monkey92t/test_error
fix test error
2021-03-12 16:04:51 +02:00
af3827aeab fix test error
Signed-off-by: monkey <golang@88.com>
2021-03-12 19:06:11 +08:00
250f81bf06 Merge pull request #1685 from BenjaminPrieur/master
Add ZMScore cmd
2021-03-08 15:33:19 +02:00
abb58ff31f Add ZMScore cmd 2021-03-08 10:09:34 +01:00
7633aded81 Merge pull request #1688 from monkey92t/data_race
fix ring test `Process hook` data race
2021-03-08 10:51:28 +02:00
4a7d03359b add miss Pipeline and TxPipeline
Signed-off-by: monkey <golang@88.com>
2021-03-07 17:34:40 +08:00
783725f3f7 fix ring test supports Process hook data race
Signed-off-by: monkey <golang@88.com>
2021-03-07 17:10:19 +08:00
f3a31a3e2c Merge pull request #1684 from go-redis/fix/lazy-reload-context
Don't accept context in lazy reload
v8.7.1
2021-03-05 14:14:32 +02:00
b267a03f18 Don't accept context in lazy reload 2021-03-05 13:53:15 +02:00
bed6d24273 go mod tidy v8.7.0 extra/redisotel/v0.3.0 2021-03-05 13:19:16 +02:00
097b94a797 Merge pull request #1680 from lhchavez/add-setargs-to-pipeliner
Make SetArgs available to Pipeliner
2021-03-04 08:34:16 +02:00
1564bc6553 Merge pull request #1679 from lawmatsuyama/master
change otel/label to otel/attribute
2021-03-04 08:25:19 +02:00
4ffcd9b7f6 Make SetArgs available to Pipeliner
SetArgs is amazing! It would be even more amazing to be able to use it
within a non-transactional Pipeline.
2021-03-03 19:24:29 -08:00
dd7fefe738 change otel/label for otel/attribute 2021-03-03 22:43:10 -03:00
aaed549e26 Merge branch 'master' of github.com:go-redis/redis 2021-03-01 18:16:57 +02:00
3de820e36d Add banner 2021-03-01 18:16:55 +02:00
9b4cabeba3 Merge pull request #1675 from monkey92t/test_error
fix unit test errors that may appear in pool_test.go
2021-03-01 16:49:55 +02:00
7d2e85eff6 only set opt.IdleTimeout in It("reuses connections")
Signed-off-by: monkey <golang@88.com>
2021-03-01 16:45:35 +08:00
491b007809 Add utm 2021-02-25 17:58:15 +02:00
42b2a72e66 fix unit test errors that may appear in pool_test.go
/redis/pool_test.go:119 Expected: <uint32>: 98 to equal: <uint32>: 99

Signed-off-by: monkey <golang@88.com>
2021-02-25 17:41:44 +08:00
00eeb1cb09 Merge pull request #1672 from monkey92t/test_error
solve possible unit test errors in ring_test.go
2021-02-25 09:03:53 +02:00
f4ae0ba02b solve possible unit test errors in ring_test.go
/redis/ring_test.go:560, Expected: <int>: 10, to equal: <int>: 9
/redis/ring_test.go:560, Expected: <int>: 1, to equal: <int>: 0

Signed-off-by: monkey <golang@88.com>
2021-02-25 11:43:41 +08:00
e5cde8f9a7 Update dependencies 2021-02-19 09:45:29 +02:00
61680f373c Tweak API v8.6.0 2021-02-17 15:12:10 +02:00
7b7f9d6e0e Add SetArgs command (#1662)
* Add SetWithArgs command

* Add tests for SetWithArgs command

* Replace Makefile stable version by 6.2-rc3 version

* Increase threshold because there are more commands

* Reduce the SetWithArgs command doc comment

* Rename SetWithArgs to SetArgs

* Rename ExpireAt to TTL

* Add KeepTTL field

* Add ExpireAt field as time.Time type

* Improve comments readability

* Add more tests for ExpireAt field

* Fix typo

* Fix multiple if/else chain lint error
2021-02-17 14:48:47 +02:00
9467d5673b Merge pull request #1665 from 0xc0d/master
Update OpenTelemetry to 0.17.0 and fix "undefined: otel.Meter"
2021-02-17 12:14:30 +02:00
1f32092a3b Update OpenTelemetry to 0.17.0 and fix "undefined: otel.Meter" 2021-02-16 11:38:55 +01:00
8d9ebc8459 Shuffle sentinel addrs once 2021-02-10 17:25:09 +02:00
8b19c31049 Make FailoverClient(sentinel mode) more robust (#1655)
* add failover option AllowDisconnectedSlaves

* checkout unrelated changes

* Make NewFailoverClient (sentinel mode) robust.

* fix lint issue

* Fix bug

* Fix lint issue

* add comment

* checkout unrelated changes

* Refine code

* checkout unrelated changes
2021-02-10 17:20:08 +02:00
f594401261 support "XINFO CONSUMERS" (#1649)
* support "XINFO CONSUMERS"

* add "xinfo" test
2021-02-09 14:46:26 +02:00
27df2313cd hscan adds support for i386 platform (#1652)
* hscan adds support for i386 platform

Signed-off-by: monkey <monkey92t@gmail.com>

* update go.sum

Signed-off-by: monkey <monkey92t@gmail.com>

* detect overflow of scan

Signed-off-by: monkey <golang@88.com>

* restore the return value type of decoderFunc to error

Signed-off-by: monkey <golang@88.com>

* fix clean

Signed-off-by: monkey <golang@88.com>

* fix clean

Signed-off-by: monkey <golang@88.com>

Co-authored-by: Monkey <monkey@MonkeydeiMac.local>
2021-02-09 14:44:24 +02:00
fd6fac1a1a Fix import path 2021-02-06 08:29:28 +02:00
89b72c9e2a Merge pull request #1654 from AdamKorcz/fuzz1
Fixed broken fuzzer
2021-02-06 08:27:07 +02:00
4a9b7ce79a Fixed broken fuzzer 2021-02-05 21:45:09 +00:00
89da47939e Move fuzz to a sub-package 2021-02-04 17:02:17 +02:00
0abfa60737 Merge pull request #1570 from AdamKorcz/fuzz1
Add fuzzer to integrate go-redis into OSS-fuzz
2021-02-04 17:01:12 +02:00
f8cbf483f4 Fix otel example v8.5.0 2021-02-04 10:38:54 +02:00
0a15359292 Disable renovate 2021-02-04 10:13:36 +02:00
5889315493 Merge pull request #1645 from go-redis/renovate/github.com-onsi-ginkgo-1.x
Update module onsi/ginkgo to v1.15.0
2021-02-04 09:56:41 +02:00
3a0e49ef36 Merge pull request #1599 from go-redis/renovate/go.opentelemetry.io-otel-sdk-0.x
Update module go.opentelemetry.io/otel/sdk to v0.16.0
2021-02-04 09:56:14 +02:00
a8503c1a29 Merge pull request #1598 from go-redis/renovate/go.opentelemetry.io-otel-0.x
Update module go.opentelemetry.io/otel to v0.16.0
2021-02-04 09:55:36 +02:00