1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-20 22:42:59 +03:00
Commit Graph

227 Commits

Author SHA1 Message Date
fcf53a2a78 Better cluster loading handling. 2016-10-09 08:18:57 +00:00
1b06f9351a define loading error 2016-10-09 11:44:58 +08:00
3cc9b99fb8 if readonly, read from master when slave is loading 2016-10-09 11:30:01 +08:00
7cbee9d337 Enable reaper on ClusterClient and add tests. 2016-10-02 12:44:01 +00:00
e57ac63b6e Simplify resubscribing in PubSub. 2016-09-29 12:33:47 +00:00
04cdc41cc4 Try to fix Go 1.4. 2016-09-14 11:00:34 +00:00
455abb1906 internal/pool: more idiomatic work with channels. 2016-09-12 06:15:59 +00:00
4b0862b5fd internal/pool: improve tests. 2016-09-10 14:09:39 +00:00
aab4e040c6 internal/pool: fix reaper to properly close connections. 2016-09-10 13:54:49 +00:00
7d856c5595 Make proto/parser an internal package 2016-07-02 13:52:10 +01:00
e9233d8d17 Cleanup loggers. 2016-06-05 08:05:50 +00:00
31abb18d9a Move logger to internal package. 2016-04-09 14:52:01 +03:00
38d30a4bab Use redis.v4 that is in alpha/beta state. 2016-04-09 13:27:16 +03:00
d79074eadb Remove PMessage. 2016-04-09 11:51:13 +03:00
04b6c9d3ad Improve comment. 2016-04-06 13:13:03 +03:00
6e1aef39ea Faster and simpler pool. 2016-03-19 11:49:13 +02:00
93a7fe0de3 Move some tests to pool package. 2016-03-17 13:48:04 +02:00
f47fb47df0 Extract race tests to separate file. Add more race tests. 2016-03-16 19:45:35 +02:00
707472c09b Fix connection initialization. 2016-03-15 14:21:53 +02:00
46790aa060 Add race test for big vals. Copy connection to avoid race with PubSub. 2016-03-14 16:34:15 +02:00
ef5ccc12ae Add tests for conn reaper. 2016-03-12 14:42:12 +02:00
1bb55e3a9a Make free-connection stack a LIFO. 2016-03-12 13:39:50 +02:00
900913d1e5 Move benchmark to relevant package. Added bench task 2016-03-12 13:03:08 +02:00
fdd0fdf678 Optimize pool.Remove. 2016-03-12 12:41:02 +02:00
ad0739be99 Extract pool package. Add pool benchmark. 2016-03-12 10:52:13 +02:00
0bf3759a6d Create hashtag package. 2015-12-31 16:25:20 +02:00
2103d88732 Embed consistenthash package. 2015-06-03 14:25:52 +03:00