Commit Graph

1602 Commits

Author SHA1 Message Date
Vladimir Mihailenco 4877841b11 Rename ReadOnly to SlaveOnly and cleanup 2020-09-09 17:03:47 +03:00
Ehsan Afzali 6c85ee767a Add NewFailoverClusterClient 2020-09-09 15:37:52 +03:00
Vladimir Mihailenco b273d2bf57 Update changelog 2020-09-09 14:46:01 +03:00
Vladimir Mihailenco 20fca37891
Merge pull request #1470 from go-redis/renovate/github.com-onsi-ginkgo-1.x
Update module onsi/ginkgo to v1.14.1
2020-09-09 13:03:30 +03:00
Vladimir Mihailenco 54ec86c34a
Merge pull request #1472 from go-redis/feature/slowlog
Feature/slowlog
2020-09-09 13:00:04 +03:00
Vladimir Mihailenco dfae0ec28b Cleanup 2020-09-09 12:49:45 +03:00
wziww be9ae84c6f support for slowlog command 2020-09-09 12:36:25 +03:00
Renovate Bot 8a6fb6b188
Update module onsi/ginkgo to v1.14.1 2020-09-09 07:19:40 +00:00
Vladimir Mihailenco 4306c58d43
Merge pull request #1471 from go-redis/renovate/github.com-onsi-gomega-1.x
Update module onsi/gomega to v1.10.2
2020-09-09 10:18:17 +03:00
Renovate Bot fb6fca7279
Update module onsi/gomega to v1.10.2 2020-09-09 07:09:30 +00:00
Vladimir Mihailenco 44c65b3920
Merge pull request #1469 from go-redis/renovate/github.com-go-redis-redis-v8-8.x
Update module go-redis/redis/v8 to v8.0.0-beta.10
2020-09-09 09:54:55 +03:00
Renovate Bot 0f2b24269a
Update module go-redis/redis/v8 to v8.0.0-beta.10 2020-09-09 06:52:52 +00:00
Vladimir Mihailenco dfb6a04fed
Merge pull request #1468 from go-redis/renovate/golang.org-x-exp-digest
Update golang.org/x/exp commit hash to ae8ad44
2020-09-09 09:52:21 +03:00
Renovate Bot c5a513ee6e
Update golang.org/x/exp commit hash to ae8ad44 2020-09-09 06:51:39 +00:00
Vladimir Mihailenco 9b6afbf54a
Merge pull request #1467 from go-redis/renovate/configure
Configure Renovate
2020-09-09 09:49:59 +03:00
Renovate Bot be13564448
Add renovate.json 2020-09-09 06:29:38 +00:00
Vladimir Mihailenco 8a25ceadae
Merge pull request #1448 from rueian/pubsub-message-payload-slice
Support string array in pubsub message payload
2020-09-08 18:02:19 +03:00
Vladimir Mihailenco eeaa1f96ca Add RWE 2020-09-07 16:09:51 +03:00
Vladimir Mihailenco df7fe4e2ce Update changelog 2020-09-05 17:39:26 +03:00
Vladimir Mihailenco ef220d0944 Tweak append arg 2020-09-05 13:17:26 +03:00
Vladimir Mihailenco c44a9aa16f Merge branch 'master' of github.com:go-redis/redis 2020-09-05 12:36:31 +03:00
Vladimir Mihailenco ad96d1969e Extract redisext to separate Go module 2020-09-05 12:36:22 +03:00
Vladimir Mihailenco 8c6fa1421d
Merge pull request #1464 from go-redis/fix/cluster-test-state
Remove ClusterClient failover tests
2020-09-05 12:33:42 +03:00
Vladimir Mihailenco 2bf7ec6cfe Test on Go 1.15 2020-09-05 12:16:45 +03:00
Vladimir Mihailenco a722cde148 Remove ClusterClient failover tests 2020-09-05 12:16:08 +03:00
Vladimir Mihailenco fe55405454
Merge pull request #1463 from go-redis/fix/sub-renewal
Faster renew the subscription
2020-09-05 11:16:18 +03:00
Vladimir Mihailenco c357d18624 Faster renew the subscription 2020-09-05 10:56:09 +03:00
Martin Mlynář 49aac99f9d
FailoverClient with read-only support (#1199)
* FailoverClient with read-only support
2020-09-04 12:54:06 +03:00
Vladimir Mihailenco 1e8d28243e
Merge pull request #1462 from dmitsh/ds-sentinel-test
use 3 sentinel instances in unit testing
2020-09-04 08:43:19 +03:00
Vladimir Mihailenco 7eddb752fa
Merge pull request #1460 from apersson/bump-ginkgo
Update ginkgo
2020-09-04 08:40:31 +03:00
Dmitry Shmulevich 7597d0def7 use 3 sentinel instances in unit testing
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@sysdig.com>
2020-09-03 12:11:56 -07:00
Vladimir Mihailenco ba2f8efa33 Add badge 2020-09-03 18:27:05 +03:00
Anders Persson 116514c825 Update ginkgo 2020-09-02 11:59:10 -07:00
Vladimir Mihailenco 053ec5b672 Update 2020-09-02 09:44:04 +03:00
Vladimir Mihailenco 0f4db2e930 Update sponsors 2020-09-02 09:41:39 +03:00
Vladimir Mihailenco 6115a783e1
Merge pull request #1456 from dmitsh/ds-sentinel-password
add Sentinel password to UniversalOptions
2020-09-01 09:28:36 +03:00
Dmitry Shmulevich 574c21139d add Sentinel password to UniversalOptions
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@sysdig.com>
2020-08-31 08:57:01 -07:00
Dmitry Shmulevich 9b831b0427
Properly pass username/password in Sentinel (#1452)
* Properly pass username/password in Sentinel

Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@sysdig.com>
2020-08-27 08:51:57 +03:00
Vladimir Mihailenco 61ed601bde
Merge pull request #1454 from asuffield/trace-dialer
Trace dialer targets in the relevant spans
2020-08-27 08:24:39 +03:00
Andrew Suffield ea78cc7d7e add more trace details to dialer spans 2020-08-26 12:24:45 +01:00
Vladimir Mihailenco 2c0d528736 Update otel 2020-08-26 09:46:49 +03:00
Vladimir Mihailenco eb3080ab65 Update dependencies 2020-08-24 16:25:34 +03:00
Rueian f5f73f8033
Support string array in pubsub message payload 2020-08-21 17:29:37 +08:00
Vladimir Mihailenco befee0e2d1 Increase timeout 2020-08-15 16:23:14 +03:00
Vladimir Mihailenco 3eb3a1da7d
Merge pull request #1443 from go-redis/fix/pool-panics
Port pool fixes
2020-08-15 16:20:26 +03:00
Vladimir Mihailenco 6db422f051 Port pool fixes 2020-08-15 15:45:15 +03:00
Vladimir Mihailenco 0ddc3abd36
Merge pull request #1431 from mvrhov/patch-1
Prevent index out ouf bunds error
2020-08-07 09:47:21 +03:00
Miha Vrhovnik 40f80e8913 Prevent index out of bunds error
I'm reusing this driver for disque client... and get index out of bounds error because there really are just 2 items in array not 3.
2020-08-07 08:05:47 +02:00
Vladimir Mihailenco 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
Pavlov Aleksey 8a5db20d32 fix nil node dereference when use RouteByLatency in cluster 2020-08-06 18:04:04 +03:00