heyanfu
97d889103a
fix some typo ( #667 )
2021-05-04 21:33:08 +08:00
Kevin Wan
06eeef2cf3
disable prometheus if not configured ( #663 )
2021-04-30 15:09:49 +08:00
Kevin Wan
9adc7d4cb9
fix comment function names ( #649 )
2021-04-23 11:56:41 +08:00
heyanfu
7405d7f506
spelling mistakes ( #634 )
2021-04-17 20:15:19 +08:00
Bo-Yi Wu
afd9ff889e
chore: update code format. ( #628 )
2021-04-15 19:49:17 +08:00
Kevin Wan
08fb980ad2
add syncx.Guard func ( #620 )
2021-04-13 00:04:19 +08:00
Kevin Wan
ee630b8b57
add code coverage ( #615 )
...
* add code coverage
* simplify redis code
2021-04-09 22:40:43 +08:00
Kevin Wan
9963ffb1c1
simplify redis tls implementation ( #606 )
2021-04-08 18:19:36 +08:00
r00mz
8cb6490724
redis增加tls支持 ( #595 )
...
* redis连接增加支持tls选项
* 优化redis tls config 写法
* redis增加tls支持
* 增加redis tls测试用例,但redis tls local server不支持,测试用例全部NotNil
Co-authored-by: liuyi <liuyi@fangyb.com>
Co-authored-by: yi.liu <yi.liu@xshoppy.com>
2021-04-07 20:44:16 +08:00
Kevin Wan
05e37ee20f
refactor - remove ShrinkDeadline, it's the same as context.WithTimeout ( #599 )
2021-04-05 22:59:24 +08:00
zjbztianya
d88da4cc88
Replace contextx.ShrinkDeadline with context.WithTimeout ( #598 )
2021-04-05 21:20:35 +08:00
Oraoto
425430f67c
Simplify contextx.ShrinkDeadline ( #596 )
2021-04-03 21:25:32 +08:00
Zcc、
4e0d91f6c0
fix ( #592 )
...
Co-authored-by: zhoudeyu <zhoudeyu@xiaoheiban.cn>
2021-04-01 18:42:50 +08:00
Kevin Wan
b19c5223a9
update regression test comment ( #589 )
2021-03-30 20:53:35 +08:00
bittoy
99a2d95433
remove rt mode log ( #587 )
2021-03-30 20:45:55 +08:00
Ted Chen
9db222bf5b
fix a simple typo ( #588 )
2021-03-29 23:35:49 +08:00
Kevin Wan
bbb4ce586f
fix golint issues ( #584 )
2021-03-28 20:42:11 +08:00
Kevin Wan
bd623aaac3
support postgresql ( #583 )
...
support postgresql
2021-03-27 17:14:32 +08:00
Kevin Wan
9e6c2ba2c0
avoid goroutine leak after timeout ( #575 )
2021-03-21 16:54:34 +08:00
Kevin Wan
c0db8d017d
gofmt logs ( #574 )
2021-03-20 16:40:09 +08:00
TonyWang
52b4f8ca91
add timezone and timeformat ( #572 )
...
* add timezone and timeformat
* rm time zone and keep time format
Co-authored-by: Tony Wang <tonywang.data@gmail.com>
2021-03-20 16:36:19 +08:00
Kevin Wan
fcd15c9b17
refactor, and add comments to describe graceful shutdown ( #564 )
2021-03-14 08:51:10 +08:00
hanhotfox
c954568b61
Hdel support for multiple key deletion ( #542 )
...
* Hdel support for multiple key deletion
* Hdel field -> fields
Co-authored-by: duanyan <duanyan@xiaoheiban.cn>
2021-03-12 17:47:21 +08:00
Kevin Wan
39540e21d2
fix golint issues ( #540 )
2021-03-03 17:16:09 +08:00
hexiaoen
b321622c95
暴露redis EvalSha 以及ScriptLoad接口 ( #538 )
...
Co-authored-by: shanehe <shanehe@zego.im>
2021-03-03 17:09:27 +08:00
kingxt
a25cba5380
fix collection breaker ( #537 )
...
* fix collection breaker
* optimized
* optimized
* optimized
2021-03-03 10:44:29 +08:00
Kevin Wan
c4b2cddef7
fix golint issues ( #532 )
2021-03-02 00:04:12 +08:00
Kevin Wan
791e76bcf0
fix broken build ( #528 )
2021-02-28 23:53:58 +08:00
Kevin Wan
c566b5ff82
fix golint issues in core/stores ( #527 )
2021-02-28 23:02:49 +08:00
Kevin Wan
490241d639
fix golint issues in core/syncx ( #526 )
2021-02-28 16:16:22 +08:00
Kevin Wan
f02711a9cb
golint core/discov ( #525 )
2021-02-27 23:56:18 +08:00
Kevin Wan
ad32f9de23
fix golint issues in core/threading ( #524 )
2021-02-26 16:27:04 +08:00
Kevin Wan
f309e9f80c
fix golint issues in core/utils ( #520 )
...
* fix golint issues in core/utils
* fix golint issues in core/trace
* fix golint issues in core/trace
2021-02-26 16:20:47 +08:00
Kevin Wan
ef146cf5ba
fix golint issues in core/timex ( #517 )
2021-02-24 16:27:11 +08:00
Kevin Wan
04b0f26182
fix golint issues in core/stringx ( #516 )
2021-02-24 16:09:07 +08:00
Kevin Wan
acdaee0fb6
fix golint issues in core/stat ( #515 )
...
* change to use ServiceGroup to make it more clear
* fix golint issues in core/stat
2021-02-24 15:13:56 +08:00
Kevin Wan
56ad4776d4
fix misspelling ( #513 )
2021-02-23 13:53:19 +08:00
Kevin Wan
904d168f18
fix golint issues in core/service ( #512 )
2021-02-22 22:43:24 +08:00
Kevin Wan
4bd4981bfb
fix golint issues in core/search ( #509 )
2021-02-22 18:58:03 +08:00
Kevin Wan
90562df826
fix golint issues in core/rescue ( #508 )
2021-02-22 16:47:02 +08:00
Kevin Wan
497762ab47
fix golint issues in core/queue ( #507 )
2021-02-22 16:38:42 +08:00
Kevin Wan
6e4c98e52d
fix golint issues in core/prometheus ( #506 )
2021-02-22 14:55:04 +08:00
Kevin Wan
a58fac9000
fix golint issues in core/prof ( #503 )
2021-02-22 10:20:54 +08:00
Kevin Wan
d84e3d4b53
fix golint issues in core/proc ( #502 )
2021-02-22 10:07:39 +08:00
Kevin Wan
221f923fae
fix golint issues in core/netx ( #501 )
2021-02-22 09:56:56 +08:00
Kevin Wan
bbb9126302
fix golint issues in core/mr ( #500 )
2021-02-22 09:47:06 +08:00
Kevin Wan
e7c9ef16fe
fix golint issues in core/metric ( #499 )
2021-02-21 21:18:07 +08:00
Kevin Wan
8872d7cbd3
fix golint issues in core/mathx ( #498 )
2021-02-21 20:47:01 +08:00
Kevin Wan
334ee4213f
fix golint issues in core/mapping ( #497 )
2021-02-20 23:18:22 +08:00
Kevin Wan
226513ed60
fix golint issues in core/logx ( #496 )
2021-02-20 22:45:58 +08:00
Kevin Wan
dac00d10c1
fix golint issues in core/load ( #495 )
2021-02-20 22:02:09 +08:00
Kevin Wan
84d2b6f8f5
fix golint issues in core/limit ( #494 )
2021-02-20 21:55:54 +08:00
Kevin Wan
059027bc9d
fix golint issues in core/lang ( #492 )
2021-02-20 18:21:23 +08:00
Kevin Wan
af68caeaf6
fix golint issues in core/jsonx ( #491 )
2021-02-20 16:59:31 +08:00
Zcc、
fdeacfc89f
add redis bitmap command ( #490 )
...
Co-authored-by: zhoudeyu <zhoudeyu@xiaoheiban.cn>
2021-02-20 16:26:49 +08:00
Kevin Wan
5b33dd59d9
fix golint issues in core/jsontype ( #489 )
2021-02-20 15:07:49 +08:00
Kevin Wan
1f92bfde6a
fix golint issues in core/iox ( #488 )
2021-02-19 18:40:26 +08:00
Kevin Wan
0c094cb2d7
fix golint issues in core/hash ( #487 )
2021-02-19 18:14:34 +08:00
Kevin Wan
f238290dd3
fix golint issues in core/fx ( #486 )
2021-02-19 17:49:39 +08:00
Kevin Wan
c376ffc351
fix golint issues in core/filex ( #485 )
2021-02-19 14:30:38 +08:00
Kevin Wan
802549ac7c
fix golint issues in core/executors ( #484 )
2021-02-19 12:03:05 +08:00
Zcc、
72580dee38
redis add bitcount ( #483 )
...
Co-authored-by: zhoudeyu <zhoudeyu@xiaoheiban.cn>
2021-02-19 11:41:01 +08:00
Kevin Wan
7472d1e70b
fix golint issues in core/errorx ( #480 )
2021-02-19 10:08:38 +08:00
Kevin Wan
2446d8a668
fix golint issues in core/discov ( #479 )
2021-02-18 22:56:35 +08:00
Kevin Wan
f6894448bd
fix golint issues in core/contextx ( #477 )
2021-02-18 18:00:20 +08:00
Kevin Wan
425be6b4a1
fix golint issues in core/conf ( #476 )
2021-02-18 15:56:19 +08:00
Kevin Wan
457048bfac
fix golint issues in core/collection, refine cache interface ( #475 )
2021-02-18 15:49:56 +08:00
Kevin Wan
8f1c88e07d
fix golint issues in core/codec ( #473 )
2021-02-18 14:11:09 +08:00
Kevin Wan
38abfb80ed
fix gocyclo warnings ( #468 )
2021-02-17 14:01:05 +08:00
Kevin Wan
87938bcc09
fix golint issues in core/cmdline ( #467 )
2021-02-17 11:08:30 +08:00
Kevin Wan
8ebf6750b9
fix golint issues in core/breaker ( #466 )
2021-02-17 10:45:55 +08:00
Kevin Wan
6f92daae12
fix golint issues in core/bloom ( #465 )
2021-02-17 09:58:35 +08:00
Kevin Wan
80e1c85b50
add more tests for service ( #463 )
2021-02-11 23:48:19 +08:00
Kevin Wan
395a1db22f
add more tests for rest ( #462 )
2021-02-10 23:08:48 +08:00
bittoy
28009c4224
Update serviceconf.go ( #460 )
...
add regression environment config
2021-02-09 15:35:50 +08:00
Kevin Wan
211f3050e9
fix golint issues ( #459 )
2021-02-09 14:10:38 +08:00
Kevin Wan
03b5fd4a10
fix golint issues ( #458 )
2021-02-09 14:03:19 +08:00
Kevin Wan
5e969cbef0
fix golint issues, else blocks ( #457 )
2021-02-09 13:50:21 +08:00
Kevin Wan
42883d0899
fix golint issues, redis methods ( #455 )
2021-02-09 10:58:11 +08:00
Kevin Wan
06f6dc9937
fix golint issues, package comments ( #454 )
2021-02-08 22:31:52 +08:00
Kevin Wan
54414db91d
fix golint issues, exported doc ( #451 )
2021-02-08 21:31:56 +08:00
Kevin Wan
9b0625bb83
fix golint issues ( #450 )
2021-02-08 17:08:40 +08:00
Kevin Wan
0dda05fd57
add api doc ( #449 )
2021-02-08 11:10:55 +08:00
Kevin Wan
5b79ba2618
add discov tests ( #448 )
2021-02-07 20:24:47 +08:00
Kevin Wan
22a1fa649e
remove etcd facade, added for testing purpose ( #447 )
2021-02-07 19:07:15 +08:00
Kevin Wan
745e76c335
add more tests for stores ( #446 )
2021-02-07 17:22:47 +08:00
Kevin Wan
852891dbd8
add more tests for stores ( #445 )
2021-02-07 15:27:01 +08:00
Kevin Wan
316195e912
add more tests for mongoc ( #443 )
2021-02-07 14:41:00 +08:00
Kevin Wan
8e889d694d
add more tests for sqlx ( #442 )
...
* add more tests for sqlx
* add more tests for sqlx
2021-02-07 11:54:41 +08:00
Kevin Wan
c282bb1d86
add more tests for sqlx ( #440 )
2021-02-05 22:53:21 +08:00
Kevin Wan
d04b54243d
add more tests for proc ( #439 )
2021-02-05 15:11:27 +08:00
Kevin Wan
b88ba14597
fixes issue #425 ( #438 )
2021-02-05 13:32:56 +08:00
理工男
7b3c3de35e
ring struct add lock ( #434 )
...
Co-authored-by: liuhuan210 <liuhuan210@jd.com>
2021-02-03 21:41:10 +08:00
Kevin Wan
30f5ab0b99
update readme for broken links ( #432 )
2021-02-03 12:02:22 +08:00
foyon
8b273a075c
Support redis command Rpop ( #431 )
...
* ss
* ss
* add go-zero:stores:redis-command:Rpop and redis_test
* Delete 1.go
* support redis command Rpop
Co-authored-by: fanhongyi <fanhongyi@tal.com>
2021-02-03 10:19:42 +08:00
Hkesd
04284e31cd
support hscan in redis ( #428 )
2021-02-02 17:02:18 +08:00
Kevin Wan
c3b9c3c5ab
use english readme as default, because of github ranking ( #427 )
2021-02-02 16:58:45 +08:00
Kevin Wan
a784982030
support zunionstore in redis ( #410 )
2021-01-21 21:03:24 +08:00
Kevin Wan
ebec5aafab
use env if necessary in loading config ( #409 )
2021-01-21 19:33:34 +08:00
Kevin Wan
6887fb22de
add more tests for codec ( #391 )
2021-01-14 23:39:44 +08:00