1
0
mirror of https://github.com/redis/go-redis.git synced 2025-06-15 12:41:41 +03:00
Commit Graph

2654 Commits

Author SHA1 Message Date
39b4d69170 Export SentinelClient 2018-05-31 13:15:52 +03:00
49fda1e111 Merge pull request #781 from go-redis/fix/use-origin-addr
cluster: fix origin addr check
2018-05-31 11:12:32 +03:00
4237a34c31 cluster: fix origin addr check 2018-05-31 10:25:40 +03:00
ef33be46cd Merge pull request #780 from go-redis/fix/pool-cleanup
Fix/pool cleanup
2018-05-30 15:37:41 +03:00
faf5666fbd Cleanup pool 2018-05-29 17:29:47 +03:00
0f9028adf0 Merge pull request #774 from robinhoodmarkets/fix-cluster-copy
reset cmdable.process when copying cluster client
v6.11.0
2018-05-24 10:10:05 +03:00
d790448589 reset cmdable.process when copying cluster client 2018-05-23 17:30:50 -07:00
e3d9f9d1c7 Merge pull request #768 from go-redis/fix/for-each-reload-state
cluster: reload state for ForEach functions and every 1 minute
2018-05-21 17:18:30 +03:00
471caa3d91 cluster: reload state for ForEach functions and every 1 minute 2018-05-21 16:40:06 +03:00
a8ab4b9464 Merge pull request #767 from go-redis/fix/cleanup-tests
cluster: cleanup tests
2018-05-21 16:32:32 +03:00
5c742fff78 cluster: cleanup tests 2018-05-21 16:17:57 +03:00
18b2e30835 Cleanup cmds info 2018-05-17 15:21:51 +03:00
d5f5c24505 Merge pull request #766 from go-redis/fix/retry-same
cluster: retry same node on retryable error
2018-05-17 15:17:46 +03:00
092971361b cluster: retry same node on retryable error 2018-05-17 15:02:35 +03:00
467749ade8 Merge pull request #765 from go-redis/fix/race-test
Add more race tests
2018-05-17 15:01:41 +03:00
34facee367 Add more race tests 2018-05-17 14:55:00 +03:00
bc49453a24 Merge pull request #762 from vliman/feature/tls_config_for_universal_client
Add TLS configuration support for Universal Client
2018-05-11 11:33:01 +03:00
09b9a99666 Add TLS configuration support for Universal Client 2018-05-11 09:46:09 +03:00
12c0262c75 Merge pull request #760 from sidhman/watch
Add Watch func to UniversalClient interface
2018-05-08 09:11:37 +03:00
ea254bbfda Add Watch func to UniversalClient interface 2018-05-07 20:28:11 +03:00
9ccc23344a Update result.go (#754)
fix misspelling
2018-04-17 09:18:16 +03:00
1b1fc80e20 Added OnConnect callback to UniversalOptions (#747)
* Added OnConnect callback to UniversalOptions
2018-04-16 10:15:52 +03:00
877867d284 Remove costly 'appendIfNotExists' and 'remove' call from PubSub (#743)
* remove costly 'appendIfNotExists' and 'remove' call from pubsub
v6.10.2
2018-03-14 12:42:51 +02:00
17b6cf1e5a Merge pull request #742 from go-redis/fix/with-context-wrap-process
Fix WithContext followed by WrapProcess
v6.10.1
2018-03-13 16:01:01 +02:00
20363d149b Fix WithContext followed by WrapProcess 2018-03-13 15:51:38 +02:00
2fb336f043 Merge pull request #740 from go-redis/fix/improve-interface-slice
Support []string slices in commands that accept multiple values
2018-03-08 15:09:51 +02:00
0c76bc80b7 Support []string slices in commands that accept multiple values 2018-03-08 14:30:27 +02:00
3aa80da654 internal/proto: cleanup code 2018-03-08 14:00:21 +02:00
46dd7afbbf Add cluster race test 2018-03-08 13:50:16 +02:00
396e13adf9 Merge pull request #738 from go-redis/fix/blpop-race-test
Add race test for BLPop
2018-03-08 10:35:53 +02:00
11ca0e65c6 Add race test for BLPop 2018-03-08 10:16:53 +02:00
9133634a13 Merge pull request #737 from gbbr/context
cluster: add support for context.Context to ClusterClient and Ring
v6.10.0
2018-03-08 09:51:13 +02:00
731dd72b84 {cluster,ring}: add support for context to ClusterClient and Ring 2018-03-07 14:41:18 +01:00
b533525eff Merge pull request #736 from go-redis/fix/reorder-atomic-field
Re-order atomic field to please race detector
2018-03-07 15:04:53 +02:00
4fe9f93940 Re-order atomic field to please race detector 2018-03-07 14:38:18 +02:00
21fc7616bb Merge branch 'master' of github.com:go-redis/redis 2018-03-07 14:35:17 +02:00
db04210af4 Extract ringShards 2018-03-07 14:18:24 +02:00
c2fb5132c0 Cleanup context implementation 2018-03-07 14:18:24 +02:00
0e33c36bd1 Require Go 1.7+ and use context.Context 2018-03-07 14:18:24 +02:00
d6cb688ea7 Cleanup context implementation 2018-03-07 13:50:14 +02:00
3a38e90858 Require Go 1.7+ and use context.Context 2018-03-07 13:43:52 +02:00
a64d3e1ef1 Fix build on 32bit arch 2018-03-07 12:41:11 +02:00
063393987a Add option to balance load between master node and replica nodes (#729)
* Add option to balance load between master node and replica nodes
2018-03-07 12:23:38 +02:00
852a60d520 Fix go vet 2018-03-07 12:09:45 +02:00
e9e73a92c0 travis: test on Go 1.10 2018-03-07 12:09:45 +02:00
5e72be1cbf Extract clusterStateHolder 2018-03-07 12:09:45 +02:00
f13fc5381c Extract commands info cache 2018-03-07 12:09:45 +02:00
0082bdcd4b add WrapProcess to UniversalClient interface (#728) 2018-03-06 09:15:14 +02:00
7acec74c59 Script: Fix Exists to use hash instead of source (#726)
`SCRIPT EXISTS` accepts a hash, not the raw source: https://redis.io/commands/script-exists
2018-03-05 11:03:03 +02:00
d0a2b8bdf3 Impement Config Rewrite command (#722)
This commit adds support for config rewrite as documented in
https://redis.io/commands/config-rewrite .
2018-03-01 10:37:51 +02:00