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

2654 Commits

Author SHA1 Message Date
0999a925ac Merge pull request #1434 from GreenHedgehog/master
fix nil node dereference when use RouteByLatency in cluster
2020-08-07 08:57:15 +03:00
8a5db20d32 fix nil node dereference when use RouteByLatency in cluster 2020-08-06 18:04:04 +03:00
3fbf7df014 Fix test 2020-07-28 16:26:03 +03:00
0f5d67c102 Fix zero backoff 2020-07-28 16:14:54 +03:00
6e3d4a53c6 Tweak backoff 2020-07-28 15:42:38 +03:00
dd8e70ad43 Merge pull request #1419 from lsytj0413/fix-default-dialtimeout
feat(option): default dialtimeout take effect when dialer is nil
v8.0.0-beta.7
2020-07-24 16:21:00 +03:00
8d96c4bc30 Merge pull request #1423 from go-redis/fix/retyr-timeout-temporary
Retry timeout and retryable error
2020-07-24 16:20:13 +03:00
21a1f58caf Retry timeout and retryable error 2020-07-24 15:52:15 +03:00
d184d958d7 feat(option): default dialtimeout take effect when dialer is nil 2020-07-21 15:18:36 +08:00
16e62e05a1 Merge pull request #1414 from go-redis/fix/load-cmds-3-attempts
Try 3 random addrs to load commands
2020-07-19 10:28:06 +03:00
862dcbadae Try 3 random addrs to load commands 2020-07-19 09:51:41 +03:00
8a3f304b25 Log with context to associate all log by traceID (#1413)
* Log with context to associate all log by traceID
2020-07-18 09:04:36 +03:00
f2645d373d Merge pull request #1405 from fishy/atomic-value-last-dial-error
Use atomic.Value instead of lock for ConnPool.lastDialError
2020-07-16 10:41:42 +03:00
38c87c1f84 Fix golangci 2020-07-16 10:01:27 +03:00
14c843ef89 gofumports 2020-07-16 09:52:07 +03:00
62469e4f42 Introduce metrics capture with OpenTelemetry (#1398)
* internal: Add instrumentation

Co-authored-by: reggiemcdonald <regmcdonald95@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-07-15 12:07:07 +03:00
4f70db6849 Use atomic.Value instead of lock for ConnPool.lastDialError
This makes the reading and writing of lastDialError from the pool
faster, as atomic.Value is much more lightweight than the mutex.

Note that using error in atomic.Value directly could cause panics,
because errors could have inconsistent types. Thus wrap them with a
simple struct.
2020-07-14 11:25:59 -07:00
f3d06886e6 RecordError in OpenTelemetryHook 2020-07-09 12:23:03 +03:00
6b9f61cf75 Merge pull request #1400 from alonana/master
handle memory usage command arguments
2020-07-09 11:56:30 +03:00
d66af70ae8 Rename clusterAddrs to activeAddrs 2020-07-09 11:35:19 +03:00
f108b8bce3 Merge pull request #1377 from davidfu13/master
Make cluster client get updated nodes' addrs
2020-07-09 11:27:43 +03:00
8f29d08432 Don't record proto.Nil 2020-07-09 11:00:23 +03:00
1831363467 Add RecordError 2020-07-09 10:39:46 +03:00
c41cbf2756 handle memory usage command arguments
See https://github.com/redis/redis/issues/7493
We have to include a special handling for the memory usage command
2020-07-09 10:25:06 +03:00
dd5e03f960 Merge pull request #1397 from johejo/upgrade_xxhash_to_v2
upgrade xxhash to v2
2020-07-06 08:15:42 +03:00
44e1bf83ea upgrade xxhash to v2 2020-07-06 13:51:51 +09:00
dc52593c8c Reload state on read only error v8.0.0-beta.6 2020-06-30 11:13:15 +03:00
ac72610544 Merge pull request #1391 from go-redis/fix/random-node-cluster-slots
Use random node to load cluster slots
2020-06-29 18:13:31 +03:00
64995f9a51 Tweak auto-reloads 2020-06-29 17:51:47 +03:00
8638895c66 Cleanup appendArgs 2020-06-29 17:48:57 +03:00
52557f02b7 Merge pull request #1389 from adambabik/patch/xaddargs-values-accept-slices
Add support for slices in XAddArgs.Values
2020-06-29 17:40:59 +03:00
0ffefcde98 Use random node to load cluster slots 2020-06-29 17:26:11 +03:00
b2acec277e add support for slices in XAddArgs.Values 2020-06-28 12:36:22 +02:00
bb6761fe83 Make cluster client get updated nodes' addrs
During loading state, if all the nodes can't be connected, it's
possible that all the nodes' IP addresses have changed at the same
time. Clear the clusterAddrs so that the cluster client has chance
to get updated nodes' IP addresses by using the initial setting of
cluster addresses.
2020-06-15 15:24:18 +08:00
5b4d00c217 Merge pull request #1375 from mcg-web/patch-1
[DOC] Add ctx declaration in readme
2020-06-14 14:39:57 +03:00
bebee12c80 Add ctx declaration in readme 2020-06-14 12:45:37 +02:00
789ee0484f Remove io.StringWriter 2020-06-12 10:09:32 +03:00
888328aef2 Set Ring.Username v8.0.0-beta.5 2020-06-12 09:28:14 +03:00
3152667bb5 Merge pull request #1371 from devinsburke/master
Re-added password support for AUTH purposes
2020-06-12 09:25:00 +03:00
fea8458443 Re-added password support for AUTH purposes 2020-06-11 18:58:09 -05:00
408b4d52c8 Fix wording 2020-06-10 17:22:06 +03:00
0fbf4e7221 Tweak log message 2020-06-10 16:44:48 +03:00
ec194ab8f1 Merge pull request #1365 from rvolosatovs/fix/durations
Truncate sub-{mili,}second durations to 1
2020-06-10 16:43:50 +03:00
736fa28659 Cleanup 2020-06-10 15:04:12 +03:00
7f89f75288 Truncate sub-{mili,}second durations to 1 2020-06-10 13:52:27 +02:00
ef82e3705c Add OnConnect context 2020-06-10 10:36:22 +03:00
e779df5ab1 Add sponsors 2020-06-09 17:59:23 +03:00
1be7055968 Merge pull request #1364 from go-redis/feature/otel-hook
Add OpenTelemetryHook
2020-06-09 17:40:23 +03:00
8eed1e67ff Add OpenTelemetryHook 2020-06-09 17:17:41 +03:00
0f875ec0f6 Merge pull request #1361 from go-redis/feature/rendezvous-hash
Use Rendezvous in Ring. Thanks @rafaeleyng for initial idea and implementation
v8.0.0-beta.4
2020-06-08 13:48:59 +03:00