Vladimir Mihailenco
|
bb84d84aea
|
Merge pull request #375 from go-redis/fix/cluster-without-nodes
Don't panic when cluster does not have valid nodes.
|
2016-09-27 12:38:15 +03:00 |
Vladimir Mihailenco
|
0b706418d9
|
Add Pipeline to Cmdable.
|
2016-09-27 09:29:21 +00:00 |
evalphobia
|
8f5aeb7065
|
Disable idle checks for cluster connection
|
2016-09-27 14:13:33 +09:00 |
Vladimir Mihailenco
|
c0b792a059
|
Don't panic when cluster does not have valid nodes.
|
2016-09-23 11:52:19 +00:00 |
Vladimir Mihailenco
|
261cf7ae70
|
Fix Del command case.
|
2016-07-08 09:30:38 +00:00 |
Dimitrij Denissenko
|
7d856c5595
|
Make proto/parser an internal package
|
2016-07-02 13:52:10 +01:00 |
Vladimir Mihailenco
|
4761c24218
|
Add ForEachMaster API.
|
2016-06-17 12:09:38 +00:00 |
Vladimir Mihailenco
|
4e64d5aa6e
|
Run cluster tests on Client with RouteByLatency option.
|
2016-06-06 09:43:29 +00:00 |
Vladimir Mihailenco
|
079b7ce393
|
Rework Options initialisation.
|
2016-06-05 11:10:30 +00:00 |
Vladimir Mihailenco
|
ac162eb843
|
Move Select to stateful commands and make it available only via Pipeline and Tx.
|
2016-06-05 09:45:39 +00:00 |
Joris Minjat
|
487feebef1
|
Add latency based routing to Redis Cluster client.
|
2016-05-23 12:49:55 +03:00 |
Vladimir Mihailenco
|
092698ecd3
|
Tweak transaction API.
|
2016-05-02 15:54:15 +03:00 |
Vladimir Mihailenco
|
31abb18d9a
|
Move logger to internal package.
|
2016-04-09 14:52:01 +03:00 |
Vladimir Mihailenco
|
38d30a4bab
|
Use redis.v4 that is in alpha/beta state.
|
2016-04-09 13:27:16 +03:00 |
Vladimir Mihailenco
|
96650c0e91
|
Merge pull request #302 from go-redis/fix/export-cluster-node-id
Expose cluster node id in ClusterSlots.
|
2016-04-09 13:16:55 +03:00 |
Vladimir Mihailenco
|
ae217e0444
|
Expose cluster node id in ClusterSlots.
|
2016-04-09 12:52:43 +03:00 |
Vladimir Mihailenco
|
d79074eadb
|
Remove PMessage.
|
2016-04-09 11:51:13 +03:00 |
Vladimir Mihailenco
|
1fbb1098f2
|
Merge branch 'v4' of github.com:go-redis/redis into v4
|
2016-04-09 11:41:01 +03:00 |
Vladimir Mihailenco
|
7a03514d7f
|
Rename Multi to Tx to better reflect the purpose. Fixes #194.
|
2016-04-09 11:23:58 +03:00 |
Vladimir Mihailenco
|
3b051d2374
|
Reuse single Pipeline type in Client, ClusterClient and Ring.
|
2016-04-09 10:47:15 +03:00 |
Vladimir Mihailenco
|
04b6c9d3ad
|
Improve comment.
|
2016-04-06 13:13:03 +03:00 |
Vladimir Mihailenco
|
30ce5ebd57
|
Cleanup error handling code.
|
2016-03-19 16:33:14 +02:00 |
Vladimir Mihailenco
|
6e1aef39ea
|
Faster and simpler pool.
|
2016-03-19 11:49:13 +02:00 |
Vladimir Mihailenco
|
46790aa060
|
Add race test for big vals. Copy connection to avoid race with PubSub.
|
2016-03-14 16:34:15 +02:00 |
Vladimir Mihailenco
|
ebf51e1a1b
|
Add prefix to package logger.
|
2016-02-06 12:16:09 +02:00 |
Francisco Souza
|
d3ee281748
|
Declare and use a package-level Logger
This allow users of the API to override the Logger. Fix #250.
|
2016-02-03 12:30:39 -05:00 |
Vladimir Mihailenco
|
6c7b789b3a
|
Tweak pool stats.
|
2016-01-25 15:57:09 +02:00 |
Anatolii Mihailenco
|
f7a4bd5023
|
Add pool instrumentation.
|
2016-01-19 20:08:22 +02:00 |
Anatolii Mihailenco
|
0bf3759a6d
|
Create hashtag package.
|
2015-12-31 16:25:20 +02:00 |
Vladimir Mihailenco
|
36487d8462
|
Stabilize build.
|
2015-12-22 12:08:35 +02:00 |
Vladimir Mihailenco
|
9079a66323
|
cluster: add Watch support.
|
2015-12-16 16:15:01 +02:00 |
Vladimir Mihailenco
|
fb44c891dd
|
Fix sporadic pool timeouts with IdleTimeout != 0. Fixes #195.
|
2015-11-27 13:52:35 +02:00 |
Vladimir Mihailenco
|
c809246d8b
|
Clarify thread safety. Fixes #166.
|
2015-09-12 09:36:03 +03:00 |
Vladimir Mihailenco
|
1608a33e55
|
ring: fix key hashing in Ring pipeline.
|
2015-06-24 15:37:41 +03:00 |
Vladimir Mihailenco
|
46f49a17a5
|
Add Redis Ring.
|
2015-06-03 14:25:52 +03:00 |
Vladimir Mihailenco
|
b70f364fcc
|
Merge pull request #99 from go-redis/fix/release-reloading-with-delay
cluster: release reloading with delay.
|
2015-05-26 12:08:48 +03:00 |
Vladimir Mihailenco
|
40b429df49
|
Reduce number of various options structs. Slightly reword comments.
|
2015-05-23 17:56:18 +03:00 |
Vladimir Mihailenco
|
f6ef0fd342
|
Add basic example how to use Redis Cluster. Unify comments.
|
2015-05-23 16:35:30 +03:00 |
Vladimir Mihailenco
|
40bad36dfb
|
cluster: don't reload slots if address already changed.
|
2015-05-14 16:37:12 +03:00 |
Vladimir Mihailenco
|
84cd16e214
|
cluster: user ClusterInfo instead of Ping to find live node.
|
2015-05-13 12:38:34 +03:00 |
Vladimir Mihailenco
|
7f1eb05ba8
|
cluster: don't reset command when there no attempts left.
|
2015-05-10 16:01:38 +03:00 |
Vladimir Mihailenco
|
2507be6cd2
|
Merge pull request #96 from go-redis/fix/reload-slots-in-background
Reload slots in background goroutine.
|
2015-05-05 12:44:43 +03:00 |
Vladimir Mihailenco
|
121cfc5792
|
Remove deprecated funcs.
|
2015-05-02 16:22:06 +03:00 |
Vladimir Mihailenco
|
84dc1f963e
|
Reload slots in background goroutine.
|
2015-05-01 14:22:49 +03:00 |
Vladimir Mihailenco
|
7da995891e
|
Lower ticker duration.
|
2015-05-01 13:24:24 +03:00 |
Vladimir Mihailenco
|
cc0ee10019
|
Fix deadlock. Stop time.Ticker. Add a test that closed client is not deadlocked.
|
2015-05-01 11:01:01 +03:00 |
Vladimir Mihailenco
|
d00fb6ead9
|
Implement Close and fix reaper goroutine leak.
|
2015-05-01 09:37:59 +03:00 |
Vladimir Mihailenco
|
46527c872d
|
cluster: don't reset clients when slots are changed.
|
2015-04-28 18:17:33 +03:00 |
Vladimir Mihailenco
|
d3fb658fef
|
Fix pool waiting for connection that was removed.
|
2015-04-17 15:42:35 +03:00 |
Dimitrij Denissenko
|
51f0a7b0a7
|
Ensure slots are initialised. Return non-failing connections to pool
|
2015-04-13 14:33:44 +01:00 |