1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-22 05:42:50 +03:00

1842 Commits

Author SHA1 Message Date
shaoguang
d910e51498 pipelineReadCmds always retry=true, maybe bug 2017-04-12 20:11:20 +08:00
Vladimir Mihailenco
7475b2fb0a Increase default pool size v6.1.2 2017-04-12 13:09:09 +03:00
Vladimir Mihailenco
e737f3e6dd Fix publish command info v6.1.1 2017-04-12 13:00:20 +03:00
Vladimir Mihailenco
346c00d485 Add PubSub support to Ring 2017-04-11 17:29:31 +03:00
Vladimir Mihailenco
313a8d7fab Merge pull request #544 from go-redis/fix/simplify-pubsub-api
Simplify PubSub API
v6.1.0
2017-04-11 16:59:38 +03:00
Vladimir Mihailenco
8d52a95269 Simplify PubSub API 2017-04-11 16:53:55 +03:00
Vladimir Mihailenco
3b1a641e2c Merge pull request #543 from go-redis/fix/channel-helper
Add Channel helper
2017-04-11 16:29:34 +03:00
Vladimir Mihailenco
34ea5f98eb Add Channel helper 2017-04-11 16:18:35 +03:00
Vladimir Mihailenco
2e4944712d Document Script.Run. Fixes #536 2017-04-08 09:35:56 +03:00
Vladimir Mihailenco
dd76391eb9 Tweak readme 2017-04-05 15:32:37 +03:00
Vladimir Mihailenco
c9fbe22817 Merge pull request #540 from poloskin/master
gofmt
2017-04-03 11:08:46 +03:00
Poloskin Valentin Georgievich
80673992e6 gofmt 2017-04-02 17:10:47 +03:00
Vladimir Mihailenco
c86c158b1f Merge pull request #538 from go-redis/fix/unused-cmd
Code cleanup
2017-03-31 15:19:57 +03:00
Vladimir Mihailenco
ef95182d29 Code cleanup 2017-03-31 15:11:11 +03:00
Vladimir Mihailenco
18dcec2144 Cleanup code 2017-03-24 13:33:35 +02:00
Vladimir Mihailenco
dc9d5006b3 Merge pull request #534 from go-redis/fix/cleanup
Fix/cleanup
2017-03-24 12:56:31 +02:00
Vladimir Mihailenco
5a99b806bd Add cluster benchmark 2017-03-24 12:48:43 +02:00
Vladimir Mihailenco
14f25982cb Remove manual strconv 2017-03-24 12:48:32 +02:00
Vladimir Mihailenco
2cf5af9928 Merge branch 'v5' v6.0.0 2017-03-20 12:23:42 +02:00
Vladimir Mihailenco
1df2d57538 Merge pull request #530 from go-redis/fix/get-options
Add ability to read client options
2017-03-20 12:23:23 +02:00
Vladimir Mihailenco
ab1e8de9ea Add ability to read client options 2017-03-20 12:15:21 +02:00
Vladimir Mihailenco
f33571c93c Merge branch 'v5' 2017-03-04 13:38:55 +02:00
Vladimir Mihailenco
a16aeec10f Merge pull request #524 from go-redis/fix/nil-state
Don't panic if cluster state is nil.
v5.2.9
2017-03-04 14:38:25 +03:00
Vladimir Mihailenco
15998effbe Don't panic if cluster state is nil. 2017-03-04 13:27:34 +02:00
Vladimir Mihailenco
bb270e3277 Merge branch 'v5' 2017-03-04 11:02:50 +02:00
Vladimir Mihailenco
e90826e4c6 Merge pull request #523 from go-redis/fix/timer
Fix wrong usage of timer Reset(), which could cause service frozen during master switch.
v5.2.8
2017-03-04 12:02:13 +03:00
yuekui
216ec11a0e Fix wrong usage of timer Reset(), which could cause service frozen during master switch. 2017-03-04 10:53:10 +02:00
Vladimir Mihailenco
0cf11daba2 Merge branch 'v5' 2017-03-03 15:15:29 +02:00
Vladimir Mihailenco
7849e1fac4 Merge pull request #519 from flisky/v5
StringCmd: remove an unnessary type casting
2017-03-03 16:14:34 +03:00
Yin Jifeng
518c105169 StringCmd: remove an unnessary type casting
this fixes up 69554c0e
2017-03-01 22:41:18 +08:00
Vladimir Mihailenco
51564b7fd1 Merge pull request #514 from fiatjaf/patch-1
Mention SETEX in the documentation.
2017-02-25 16:44:47 +03:00
Giovanni T. Parra
d9f1dc2386 Mention SETEX in the documentation.
To help people looking for it specifically.
2017-02-24 22:01:11 -03:00
Ichinose Shogo
b8fb4a1150 the timeout of WAIT command is in milliseconds. 2017-02-24 12:02:48 +02:00
Vladimir Mihailenco
cbad034630 Merge pull request #512 from shogo82148/fix-wait-timeout
the timeout of WAIT command is in milliseconds.
v5.2.7
2017-02-24 13:01:17 +03:00
Ichinose Shogo
892fb8d573 the timeout of WAIT command is in milliseconds. 2017-02-24 18:03:21 +09:00
Vladimir Mihailenco
c86c141c38 Use simple PING for compatibility v5.2.6 2017-02-23 15:38:00 +02:00
Vladimir Mihailenco
fe9d145e7c Merge pull request #511 from go-redis/fix/simple-ping
Use simple PING for compatibility
2017-02-23 16:37:17 +03:00
Vladimir Mihailenco
58e9c55d8e Use simple PING for compatibility 2017-02-23 15:29:38 +02:00
Vladimir Mihailenco
6dfa30adb8 Merge pull request #510 from go-redis/fix/unused-var
internal/pool: remove unused var
2017-02-23 16:25:28 +03:00
Vladimir Mihailenco
50f5210780 internal/pool: remove unused var 2017-02-23 15:19:43 +02:00
Vladimir Mihailenco
a6984fdb4c Merge pull request #509 from go-redis/fix/universal-client
Expose Process on UniversalClient
2017-02-23 16:06:50 +03:00
Dimitrij Denissenko
f605e59ade Expose Process on UniversalClient 2017-02-21 12:13:25 +00:00
Vladimir Mihailenco
12c49831d7 Merge pull request #499 from go-redis/feature/multi-redis
Added support for multi-client
2017-02-21 13:20:22 +03:00
Dimitrij Denissenko
271ccda187 Update import 2017-02-20 14:13:02 +00:00
Dimitrij Denissenko
30412d7652 Added support for universal client 2017-02-20 10:46:22 +00:00
Vladimir Mihailenco
43b61bd319 Merge pull request #507 from go-redis/fix/update-readme
readme: remove gopkg.in
2017-02-19 11:07:07 +03:00
Vladimir Mihailenco
c7a6d68f33 readme: remove gopkg.in 2017-02-19 09:56:12 +02:00
Vladimir Mihailenco
8040d63c4f Remove gopkg.in 2017-02-19 09:49:21 +02:00
Vladimir Mihailenco
d95ce53b0d Replace Exists with ExistsMulti. 2017-02-19 09:49:21 +02:00
Vladimir Mihailenco
56ddaf1199 Fix HMSet to accept interface{} value. 2017-02-19 09:49:21 +02:00