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

1842 Commits

Author SHA1 Message Date
Tux
ae84839829 Update README.md to use redis.v4 documentation
This changes the links from redis.v3 documentation to redis.v4 documentation.
2016-05-25 11:32:13 -06:00
c0622ff8dc Merge pull request #319 from go-redis/feature/cluster-node-latency2
Feature/cluster node latency2
2016-05-23 13:11:01 +03:00
487feebef1 Add latency based routing to Redis Cluster client. 2016-05-23 12:49:55 +03:00
3972f28066 Merge pull request #315 from go-redis/feature/hgetall-hmset
Change HGetAll and HMSet to return/accept map[string]string.
2016-05-03 10:14:06 +03:00
46cb31d37d Merge pull request #316 from go-redis/feature/tweak-tx-api
Tweak transaction API.
2016-05-03 09:22:27 +03:00
092698ecd3 Tweak transaction API. 2016-05-02 15:54:15 +03:00
9cbb0c42df Change HGetAll and HMSet to return/accept map[string]string. 2016-05-02 14:52:00 +03:00
033a4de2fb Merge pull request #303 from go-redis/fix/scan-ret-values
Scan: swap return values and change cursor type.
2016-04-26 16:23:10 +03:00
38be24b025 Scan: swap return values and change cursor type. 2016-04-26 16:08:31 +03:00
2add1e06fb Merge pull request #310 from go-redis/feature/scan-iterators
Scan iterators (v4)
2016-04-26 16:05:38 +03:00
7456a0e473 Add scan iterator. 2016-04-26 15:01:49 +03:00
d437dfb980 Merge pull request #309 from go-redis/fix/string-to-bytes
Convert bytes to string in Cmd.
2016-04-25 16:44:07 +03:00
818785577e Convert bytes to string in Cmd. 2016-04-12 19:41:56 +03:00
889409de38 Merge pull request #307 from go-redis/fix/internal-logge
Move logger to internal package.
2016-04-09 14:58:37 +03:00
31abb18d9a Move logger to internal package. 2016-04-09 14:52:01 +03:00
d89a58af91 Merge pull request #305 from go-redis/fix/gopkg-v4
Use redis.v4 that is in alpha/beta state.
2016-04-09 13:32:42 +03:00
09ec5f0b4b Merge pull request #304 from go-redis/fix/rename-zrangebyscore
Rename ZRangeByScore to ZRange since it is used in ZRangeByLex.
2016-04-09 13:31:46 +03:00
38d30a4bab Use redis.v4 that is in alpha/beta state. 2016-04-09 13:27:16 +03:00
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
51349cd90e Rename ZRangeByScore to ZRange since it is used in ZRangeByLex. 2016-04-09 13:15:33 +03:00
ae217e0444 Expose cluster node id in ClusterSlots. 2016-04-09 12:52:43 +03:00
294973c76f Merge pull request #300 from go-redis/fix/rm-pmessage
Remove PMessage.
2016-04-09 12:43:19 +03:00
e11ad15978 Merge pull request #301 from go-redis/fix/cmd-bytes
Don't convert bytes to string in Cmd (interface{} value).
2016-04-09 12:08:27 +03:00
956758d395 Don't convert bytes to string in Cmd (interface{} value). 2016-04-09 11:53:47 +03:00
d79074eadb Remove PMessage. 2016-04-09 11:51:13 +03:00
1fbb1098f2 Merge branch 'v4' of github.com:go-redis/redis into v4 2016-04-09 11:41:01 +03:00
7a03514d7f Rename Multi to Tx to better reflect the purpose. Fixes #194. 2016-04-09 11:23:58 +03:00
b1aa808811 Merge pull request #297 from go-redis/fix/eval-interface
Accept interface{} in Eval. Fixes #243.
2016-04-09 11:22:48 +03:00
8ca5674bd1 Merge pull request #296 from go-redis/feature/single-pipeline-type
Reuse single Pipeline type in Client, ClusterClient and Ring.
2016-04-09 11:22:29 +03:00
5e5a540eb1 Accept interface{} in Eval. Fixes #243. 2016-04-09 11:01:33 +03:00
3b051d2374 Reuse single Pipeline type in Client, ClusterClient and Ring. 2016-04-09 10:47:15 +03:00
b351402995 Merge pull request #295 from go-redis/fix/pipeline-test
Add cluster pipeline test.
v3.6.1
2016-04-06 14:07:28 +03:00
ec05edd08c Add cluster pipeline test. 2016-04-06 14:01:08 +03:00
ad28227d7f Merge pull request #294 from go-redis/fix/disable-logs
Disable logging by default.
2016-04-06 13:45:09 +03:00
ff5145a9e6 Merge pull request #293 from go-redis/fix/update-comment
Improve comment.
2016-04-06 13:21:38 +03:00
ebbeb40416 Disable logging by default. 2016-04-06 13:19:00 +03:00
04b6c9d3ad Improve comment. 2016-04-06 13:13:03 +03:00
b9c6dcef57 Merge pull request #290 from go-redis/fix/error-handling
Cleanup error handling code.
2016-03-20 11:06:51 +03:00
3e2da01875 Add redis cluster benchmark results. 2016-03-19 16:55:47 +02:00
ffbcf67964 Merge pull request #289 from go-redis/fix/unneeded-sync
Remove unneeded synchronization.
2016-03-19 16:33:40 +02:00
30ce5ebd57 Cleanup error handling code. 2016-03-19 16:33:14 +02:00
d802f0e8bd Remove unneeded synchronization. 2016-03-19 16:10:34 +02:00
d2ae7d8707 Merge pull request #288 from go-redis/fix/rm-go14
Remove Go 1.4 from test build. Bump license.
v3.6.0
2016-03-19 15:51:02 +02:00
46e3a09455 Remove Go 1.4 from test build. Bump license. 2016-03-19 15:45:28 +02:00
fb6ea09ce3 Merge pull request #285 from go-redis/feature/new-pool
Faster and simpler pool.
2016-03-19 13:56:26 +02:00
6e1aef39ea Faster and simpler pool. 2016-03-19 11:49:13 +02:00
0303cfbb96 Merge pull request #284 from go-redis/fix/pool-tests
Move some tests to pool package.
2016-03-17 18:11:04 +02:00
93a7fe0de3 Move some tests to pool package. 2016-03-17 13:48:04 +02:00
998148be40 Merge pull request #283 from go-redis/fix/race-tests
Extract race tests to separate file. Add more race tests.
v3.5.4
2016-03-17 09:46:52 +03:00
f47fb47df0 Extract race tests to separate file. Add more race tests. 2016-03-16 19:45:35 +02:00