Vladimir Mihailenco
|
a7c11d9699
|
Merge pull request #1285 from kudrykv/issue-1279
Use an interface for logging
|
2020-05-21 10:08:11 +03:00 |
filipe oliveira
|
cf6cf7f450
|
Add AuthACL
|
2020-05-21 08:59:51 +03:00 |
Vitaliy Kudryk
|
39272697aa
|
issue-1279 update logging
|
2020-03-30 17:02:17 +03:00 |
Vladimir Mihailenco
|
218b17f0fc
|
Include multi & exec in pipeline hook
|
2020-02-14 15:55:16 +02:00 |
Vladimir Mihailenco
|
2e3402d33d
|
Don't allocate tmp slice in txPipelineWriteMulti
|
2020-02-14 12:55:59 +02:00 |
Vladimir Mihailenco
|
512e6c7a40
|
Unexport Clone and Lock from embedded hooks
|
2020-02-12 13:02:09 +02:00 |
git-hulk
|
d52b11cb42
|
Exported the setErr function as public
|
2020-02-03 17:53:47 +08:00 |
Vladimir Mihailenco
|
d2e52839ee
|
Add WithTimeout
|
2020-02-02 14:59:27 +02:00 |
Vladimir Mihailenco
|
bdcf7a49a2
|
Set an error returned from the hook on the Cmd
|
2020-02-02 11:55:35 +02:00 |
Vladimir Mihailenco
|
db45a825cc
|
Remove SetLimiter
|
2020-02-02 11:09:27 +02:00 |
Vladimir Mihailenco
|
c0fcf85f12
|
Add missing Tx instrumentation
|
2019-12-29 12:14:02 +02:00 |
Vladimir Mihailenco
|
152e52f203
|
Fix WithContext race
|
2019-08-24 12:40:23 +03:00 |
Vladimir Mihailenco
|
5776216677
|
Cleanup
|
2019-08-24 11:55:13 +03:00 |
Vladimir Mihailenco
|
39b67358d7
|
Retry timeout by default
|
2019-08-12 15:20:27 +03:00 |
Vladimir Mihailenco
|
f6fc23d2fa
|
Move key to ZStore
|
2019-08-09 16:23:56 +03:00 |
Vladimir Mihailenco
|
2a46cb006d
|
Add withConn and set cmd errors more consistently
|
2019-08-09 13:53:05 +03:00 |
Vladimir Mihailenco
|
7779accbea
|
Use semantic import versioning
|
2019-08-08 14:29:44 +03:00 |
Vladimir Mihailenco
|
48224a399f
|
Remove releaseConnStrict
|
2019-08-08 11:44:55 +03:00 |
Vladimir Mihailenco
|
2927e15b6b
|
Retry BadConnError
|
2019-08-08 11:44:55 +03:00 |
Vladimir Mihailenco
|
056ad27792
|
Cleanup
|
2019-08-07 16:57:48 +03:00 |
Vladimir Mihailenco
|
4e9cea8876
|
Add proper SingleConnPool implementation
|
2019-08-03 17:31:28 +03:00 |
Vladimir Mihailenco
|
c837612911
|
Cancel sleep when context is cancelled
|
2019-07-30 12:13:00 +03:00 |
Vladimir Mihailenco
|
52ec525849
|
Propagate context in Pipeline
|
2019-07-25 13:28:15 +03:00 |
Vladimir Mihailenco
|
9fd4e69ce4
|
Don't return a context from After* hooks
|
2019-07-11 11:58:46 +03:00 |
Vladimir Mihailenco
|
e3bb77e6eb
|
Call all After* hooks and return first error
|
2019-07-09 10:02:40 +03:00 |
Vladimir Mihailenco
|
2cbb5194fb
|
Fix WithContext and add tests
|
2019-07-04 11:57:54 +03:00 |
Vladimir Mihailenco
|
3bdf64784a
|
Cleanup
|
2019-06-17 12:32:40 +03:00 |
Vladimir Mihailenco
|
880e05d975
|
Cleanup
|
2019-06-14 16:00:03 +03:00 |
Vladimir Mihailenco
|
5460bc10f2
|
Use Context.Deadline to set net.Conn deadline
|
2019-06-08 15:02:51 +03:00 |
Vladimir Mihailenco
|
53c8a4a6b7
|
Pass context to Dialer
|
2019-06-04 14:26:26 +03:00 |
Vladimir Mihailenco
|
09eb108738
|
Allow passing context where possible
|
2019-06-04 13:30:47 +03:00 |
Vladimir Mihailenco
|
84422d7ae7
|
Speedup WithContext
|
2019-05-31 17:31:54 +03:00 |
Vladimir Mihailenco
|
8476dfea4a
|
Replace Wrap* with hooks that support context
|
2019-05-31 16:36:57 +03:00 |
Kirill Motkov
|
eca4e5d04c
|
Some code improvements
* Rewrite if-else chain as a switch.
* Rewrite switch statement with only one case as if.
* Remove always true condition.
* Simplify some functions.
|
2019-04-17 16:14:30 +03:00 |
Vladimir Mihailenco
|
b706478fdc
|
Fix MinIdleConns and MaxConnAge
|
2019-03-25 13:02:31 +02:00 |
Vladimir Mihailenco
|
9409a4baf0
|
Remove limiter copy
|
2018-12-13 10:31:02 +02:00 |
Vladimir Mihailenco
|
1d1269e0cf
|
Merge pull request #884 from go-redis/feature/limiter
Add Limiter interface
|
2018-11-29 11:21:03 +02:00 |
Vladimir Mihailenco
|
5d8c5c5c37
|
Add Limiter interface
|
2018-11-29 09:52:49 +02:00 |
Rob McColl
|
a47799f02c
|
doc: add info about Receive call after Subscribe
|
2018-11-27 16:13:30 -05:00 |
Vladimir Mihailenco
|
fa76dd0e87
|
Add releaseConnStrict
|
2018-10-14 11:27:34 +03:00 |
Andrii Kushch
|
dc24d98c71
|
remove redundant expression
|
2018-10-11 12:53:40 +02:00 |
Vladimir Mihailenco
|
40dbb03d62
|
Set cmd timeout when Block >= 0
|
2018-09-13 09:28:01 +03:00 |
Vladimir Mihailenco
|
0197108027
|
Use bufio.Writer
|
2018-08-17 14:14:02 +03:00 |
Vladimir Mihailenco
|
5146fb0c57
|
Cleanup buffers manipulation
|
2018-08-15 11:53:15 +03:00 |
Vladimir Mihailenco
|
7c26d1ceb6
|
Pass cn.Rd where possible
|
2018-08-15 09:38:58 +03:00 |
Vladimir Mihailenco
|
d5fc79d4ee
|
Add Client.Do
|
2018-08-12 11:20:24 +03:00 |
Vladimir Mihailenco
|
651e9fef1d
|
Add MaxConnAge
|
2018-08-12 10:25:16 +03:00 |
Vladimir Mihailenco
|
ea9da7c2e8
|
Rework ReceiveMessage
|
2018-07-23 17:10:58 +03:00 |
Vladimir Mihailenco
|
b92dacbfa7
|
Conn timeout should be higher than read timeout
|
2018-07-22 08:49:48 +03:00 |
Vladimir Mihailenco
|
faf5666fbd
|
Cleanup pool
|
2018-05-29 17:29:47 +03:00 |