1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-20 18:27:45 +03:00

2622 Commits

Author SHA1 Message Date
Vladimir Mihailenco
a267e71d4d Merge branch 'master' of github.com:go-redis/redis 2020-10-12 17:02:12 +03:00
Vladimir Mihailenco
45ccb2457d Update readme 2020-10-12 17:02:00 +03:00
Vladimir Mihailenco
bfb4c92b06
Merge pull request #1486 from go-redis/renovate/github.com-go-redis-redis-v8-8.x
Update module go-redis/redis/v8 to v8.3.0
2020-10-10 14:32:12 +03:00
Renovate Bot
bab9da6374
Update module go-redis/redis/v8 to v8.3.0 2020-10-10 11:12:54 +00:00
Vladimir Mihailenco
f1082a63f7
Merge pull request #1528 from go-redis/renovate/go.opentelemetry.io-otel-sdk-0.x
Update module go.opentelemetry.io/otel/sdk to v0.13.0
2020-10-10 13:53:23 +03:00
Renovate Bot
1f4d026286
Update module go.opentelemetry.io/otel/sdk to v0.13.0 2020-10-10 10:50:18 +00:00
Vladimir Mihailenco
e1b0a0bd7e Cleanup readLine 2020-10-10 12:26:21 +03:00
Vladimir Mihailenco
b66d05bd63
Merge pull request #1524 from eelcocramer/bufio-fix
Fixes bufio buffer full error when reading from an array larger than 4096 bytes
2020-10-10 12:12:35 +03:00
Vladimir Mihailenco
bdeca5fc33 Update to otel v0.13 v8.3.0 2020-10-10 09:32:05 +03:00
Eelco Cramer
39571ccc56
Improves performance 2020-10-09 15:06:47 +02:00
Eelco Cramer
97bbed8a92
Fixes issue where a buffer larger than 4096
bytes cannot be read
2020-10-09 11:35:14 +02:00
Vladimir Mihailenco
b965d69fc9 Cleanup readme 2020-10-02 10:44:29 +03:00
Vladimir Mihailenco
a4148ade02 Merge discord servers 2020-10-01 11:48:00 +03:00
Vladimir Mihailenco
318e4262cf Merge branch 'master' of github.com:go-redis/redis 2020-10-01 11:42:23 +03:00
Vladimir Mihailenco
3a574d3db9 Add treemux 2020-10-01 11:42:15 +03:00
Vladimir Mihailenco
ce65960ad8
Merge pull request #1515 from ppai-plivo/add-poolstats-universal
Add PoolStats() to UniversalClient
2020-09-30 08:46:16 +03:00
Prashanth Pai
9603556a4d Add PoolStats() to UniversalClient 2020-09-29 21:38:01 +05:30
Vladimir Mihailenco
7125bf611e
Merge pull request #1513 from go-redis/feature/net-remote-addr
otel: add RemoteAddr
v8.2.3
2020-09-28 17:58:09 +03:00
Vladimir Mihailenco
566840fe27 otel: add RemoteAddr 2020-09-28 17:35:49 +03:00
Vladimir Mihailenco
9e4063ab5a Add redis prefix to errors 2020-09-28 15:29:35 +03:00
Roman Suvorov
d31cf6c328
Add unix socket connection by url stirng. (#1511)
* add unix connectin by url string
2020-09-28 15:26:08 +03:00
Vladimir Mihailenco
3e42145a26 Remove arg hex encoding v8.2.2 2020-09-24 10:09:09 +03:00
Vladimir Mihailenco
a11b22fce9 Cleanup v8.2.1 2020-09-24 09:06:17 +03:00
Vladimir Mihailenco
3b2dd4f86e
Merge pull request #1503 from icholy/xinfo_stream
Add XINFO STREAM
2020-09-24 09:01:06 +03:00
Ilia Choly
a2b0227421 feature: add XINFO STREAM support 2020-09-23 11:16:35 -04:00
Vladimir Mihailenco
2b9cfd3cc4
Merge pull request #1505 from go-redis/fix/refactor-xinfo-group
Refactor NewXInfoGroupsCmd
v8.2.0
2020-09-23 12:05:02 +03:00
Vladimir Mihailenco
86326c4924 Refactor NewXInfoGroupsCmd 2020-09-23 11:50:31 +03:00
Vladimir Mihailenco
a32502b1d9 Cleanup 2020-09-23 10:29:13 +03:00
jamsonzan
c89b69131d
fix: firstKeyPos cmdSlot (#1502)
* fix(xread):cmdSlot

Co-authored-by: zhangxinjian <zhangxinjian@crop.netease.com>
2020-09-23 10:22:11 +03:00
Vladimir Mihailenco
e6caec210d Fix Discord link 2020-09-18 18:18:12 +03:00
Vladimir Mihailenco
bb50129f69 Add Discord 2020-09-18 18:14:49 +03:00
Vladimir Mihailenco
26d8b48cee Cleanup v8.1.3 2020-09-18 14:57:59 +03:00
x1nchen
10e779f856
feature: add support for set keepttl (#1499)
* feature: add support for set keepttl
2020-09-18 14:49:12 +03:00
Vladimir Mihailenco
bae2f9cc64 Fix badge v8.1.2 2020-09-18 09:24:22 +03:00
Vladimir Mihailenco
fcb50dc64b
Merge pull request #1496 from pendo-io/fix-tx-cmd-corruption
Fixes #1386; pipeline.Exec() sometimes returns spurious `StatusCmd`
2020-09-18 09:09:19 +03:00
Scott Parkerson
26a6d4714c Fixes #1386; pipeline.Exec() sometimes returns spurious StatusCmd
This is caused by function `wrapMultiExec` sometimes clobbering the caller's
cmd slice, corrupting future requests.
2020-09-17 10:53:55 -04:00
Vladimir Mihailenco
9d110cb0a4 Add back go vet 2020-09-17 17:01:29 +03:00
Vladimir Mihailenco
eb28cb6426
Merge pull request #1495 from go-redis/fix/dependency-chain
Reduce dependency chain
v8.1.1
2020-09-17 16:55:53 +03:00
Dimitrij Denissenko
3fc96195a4 Reduce dependency chain 2020-09-17 14:32:08 +01:00
Vladimir Mihailenco
2eb40d83aa Update changelog v8.1.0 2020-09-17 13:08:36 +03:00
Vladimir Mihailenco
8f33c7c6b0
Merge pull request #1494 from go-redis/fix/do-not-use-retry-backoff
Do not use retry backoff in PubSub
2020-09-17 13:08:17 +03:00
Vladimir Mihailenco
6a1b941a69 Update changelog 2020-09-17 12:58:09 +03:00
Vladimir Mihailenco
76f1e50d50 Do not use retry backoff in PubSub 2020-09-17 12:54:48 +03:00
Vladimir Mihailenco
c89ef0aacf
Merge pull request #1493 from go-redis/feature/ctx-cancel
Feature/ctx cancel
2020-09-17 12:51:39 +03:00
Vladimir Mihailenco
c5d4b71f66 Fix race 2020-09-17 12:36:10 +03:00
Vladimir Mihailenco
297e671f5e Properly propagate context error 2020-09-17 11:23:34 +03:00
Pavlov Aleksey
eda1f9c6ad add context cancelation support for blocking operations 2020-09-17 11:23:12 +03:00
Vladimir Mihailenco
4b9d6dfd40 Propage context in Ring 2020-09-14 15:37:05 +03:00
GreenHedgehog
1a65d677b3
Fix not applying updated ClusterClient context after calling WithContext method (#1480)
pass context to command info cache init call
2020-09-14 15:30:50 +03:00
Vladimir Mihailenco
f354306eec Add bug report template v8.0.0 2020-09-14 13:29:56 +03:00