Vladimir Mihailenco
|
1d69f3f701
|
Merge pull request #331 from go-redis/feature/for-each-master
Add ForEachMaster API.
|
2016-06-27 12:18:34 +03:00 |
Vladimir Mihailenco
|
4761c24218
|
Add ForEachMaster API.
|
2016-06-17 12:09:38 +00:00 |
Vladimir Mihailenco
|
06f3f8ebf0
|
Merge pull request #330 from go-redis/fix/interface-values
Support more interface values.
|
2016-06-14 14:23:49 +03:00 |
Vladimir Mihailenco
|
b1f6610fc6
|
Support more interface values.
|
2016-06-14 10:22:16 +00:00 |
Mattias Lundell
|
cd582ed576
|
add support for SPOP with a count argument (available in REDIS 3.2)
|
2016-06-10 12:58:04 +00:00 |
Vladimir Mihailenco
|
8964a568f3
|
Merge pull request #328 from go-redis/fix/cluster-tests
Run cluster tests on Client with RouteByLatency option.
|
2016-06-06 13:06:15 +03:00 |
Vladimir Mihailenco
|
4e64d5aa6e
|
Run cluster tests on Client with RouteByLatency option.
|
2016-06-06 09:43:29 +00:00 |
Vladimir Mihailenco
|
58913a927b
|
Merge pull request #327 from go-redis/fix/opt-init
Rework Options initialisation.
|
2016-06-05 14:29:20 +03:00 |
Vladimir Mihailenco
|
079b7ce393
|
Rework Options initialisation.
|
2016-06-05 11:10:30 +00:00 |
Vladimir Mihailenco
|
08d3790ec5
|
Merge pull request #326 from go-redis/fix/stateful-commands
Move Select to stateful commands and make it available only via Pipel…
|
2016-06-05 13:01:00 +03: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 |
Vladimir Mihailenco
|
5a2dda6d40
|
Merge pull request #325 from go-redis/fix/cleanup-logger
Cleanup loggers.
|
2016-06-05 11:14:02 +03:00 |
Vladimir Mihailenco
|
e9233d8d17
|
Cleanup loggers.
|
2016-06-05 08:05:50 +00:00 |
Vladimir Mihailenco
|
c0622ff8dc
|
Merge pull request #319 from go-redis/feature/cluster-node-latency2
Feature/cluster node latency2
|
2016-05-23 13:11:01 +03:00 |
Joris Minjat
|
487feebef1
|
Add latency based routing to Redis Cluster client.
|
2016-05-23 12:49:55 +03:00 |
Vladimir Mihailenco
|
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 |
Vladimir Mihailenco
|
46cb31d37d
|
Merge pull request #316 from go-redis/feature/tweak-tx-api
Tweak transaction API.
|
2016-05-03 09:22:27 +03:00 |
Vladimir Mihailenco
|
092698ecd3
|
Tweak transaction API.
|
2016-05-02 15:54:15 +03:00 |
Vladimir Mihailenco
|
9cbb0c42df
|
Change HGetAll and HMSet to return/accept map[string]string.
|
2016-05-02 14:52:00 +03:00 |
Vladimir Mihailenco
|
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 |
Vladimir Mihailenco
|
38be24b025
|
Scan: swap return values and change cursor type.
|
2016-04-26 16:08:31 +03:00 |
Vladimir Mihailenco
|
2add1e06fb
|
Merge pull request #310 from go-redis/feature/scan-iterators
Scan iterators (v4)
|
2016-04-26 16:05:38 +03:00 |
Dimitrij Denissenko
|
7456a0e473
|
Add scan iterator.
|
2016-04-26 15:01:49 +03:00 |
Vladimir Mihailenco
|
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 |
Vladimir Mihailenco
|
818785577e
|
Convert bytes to string in Cmd.
|
2016-04-12 19:41:56 +03:00 |
Vladimir Mihailenco
|
889409de38
|
Merge pull request #307 from go-redis/fix/internal-logge
Move logger to internal package.
|
2016-04-09 14:58:37 +03:00 |
Vladimir Mihailenco
|
31abb18d9a
|
Move logger to internal package.
|
2016-04-09 14:52:01 +03:00 |
Vladimir Mihailenco
|
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 |
Vladimir Mihailenco
|
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 |
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
|
51349cd90e
|
Rename ZRangeByScore to ZRange since it is used in ZRangeByLex.
|
2016-04-09 13:15:33 +03:00 |
Vladimir Mihailenco
|
ae217e0444
|
Expose cluster node id in ClusterSlots.
|
2016-04-09 12:52:43 +03:00 |
Vladimir Mihailenco
|
294973c76f
|
Merge pull request #300 from go-redis/fix/rm-pmessage
Remove PMessage.
|
2016-04-09 12:43:19 +03:00 |
Vladimir Mihailenco
|
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 |
Vladimir Mihailenco
|
956758d395
|
Don't convert bytes to string in Cmd (interface{} value).
|
2016-04-09 11:53:47 +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
|
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 |
Vladimir Mihailenco
|
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 |
Vladimir Mihailenco
|
5e5a540eb1
|
Accept interface{} in Eval. Fixes #243.
|
2016-04-09 11:01:33 +03:00 |
Vladimir Mihailenco
|
3b051d2374
|
Reuse single Pipeline type in Client, ClusterClient and Ring.
|
2016-04-09 10:47:15 +03:00 |
Vladimir Mihailenco
|
b351402995
|
Merge pull request #295 from go-redis/fix/pipeline-test
Add cluster pipeline test.
|
2016-04-06 14:07:28 +03:00 |
Vladimir Mihailenco
|
ec05edd08c
|
Add cluster pipeline test.
|
2016-04-06 14:01:08 +03:00 |
Vladimir Mihailenco
|
ad28227d7f
|
Merge pull request #294 from go-redis/fix/disable-logs
Disable logging by default.
|
2016-04-06 13:45:09 +03:00 |
Vladimir Mihailenco
|
ff5145a9e6
|
Merge pull request #293 from go-redis/fix/update-comment
Improve comment.
|
2016-04-06 13:21:38 +03:00 |
Vladimir Mihailenco
|
ebbeb40416
|
Disable logging by default.
|
2016-04-06 13:19:00 +03:00 |
Vladimir Mihailenco
|
04b6c9d3ad
|
Improve comment.
|
2016-04-06 13:13:03 +03:00 |
Vladimir Mihailenco
|
b9c6dcef57
|
Merge pull request #290 from go-redis/fix/error-handling
Cleanup error handling code.
|
2016-03-20 11:06:51 +03:00 |