Kevin Wan
9adc7d4cb9
fix comment function names ( #649 )
2021-04-23 11:56:41 +08:00
Bo-Yi Wu
afd9ff889e
chore: update code format. ( #628 )
2021-04-15 19:49:17 +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
bd623aaac3
support postgresql ( #583 )
...
support postgresql
2021-03-27 17:14:32 +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
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
Zcc、
fdeacfc89f
add redis bitmap command ( #490 )
...
Co-authored-by: zhoudeyu <zhoudeyu@xiaoheiban.cn>
2021-02-20 16:26:49 +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
457048bfac
fix golint issues in core/collection, refine cache interface ( #475 )
2021-02-18 15:49:56 +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
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
b88ba14597
fixes issue #425 ( #438 )
2021-02-05 13:32:56 +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
7a82cf80ce
support k8s deployment yaml generation ( #247 )
...
* simplify code, format makefile
* simplify code
* some optimize by kevwan and benying (#240 )
Co-authored-by: 杨志泉 <zhiquan.yang@yiducloud.cn>
* optimization (#241 )
* optimize docker file generation, make docker build faster
* support k8s deployment yaml generation
Co-authored-by: benying <31179034+benyingY@users.noreply.github.com>
Co-authored-by: 杨志泉 <zhiquan.yang@yiducloud.cn>
Co-authored-by: bittoy <bittoy@qq.com>
2020-12-07 00:07:50 +08:00
bittoy
3819f67cf4
add redis geospatial ( #209 )
...
* add redis geospatial
* fix go test error
2020-11-16 19:45:43 +08:00
kevin
afbd565d87
rename postgres
2020-11-09 17:22:51 +08:00
kevin
f87d9d1dda
refine code style
2020-11-06 12:13:28 +08:00
kevin
88333ee77f
faster the tests
2020-11-05 16:04:00 +08:00
kevin
d0b76b1d9a
move redistest into redis package
2020-11-03 16:35:34 +08:00
kevin
b004b070d7
refine tests
2020-11-02 17:51:33 +08:00
kevin
1fd2ef9347
make tests faster
2020-10-21 21:43:41 +08:00
kevin
c9b0ac1ee4
add more tests
2020-10-19 15:49:11 +08:00
mywaystay
33faab61a3
add redis Zrevrank ( #137 )
...
* update goctl rpc template log print url
* add redis Zrevrank
Co-authored-by: zhangkai <zhangkai@laoyuegou.com>
2020-10-19 15:30:19 +08:00
kevin
fe3739b7f3
fix golint issues
2020-10-16 11:13:55 +08:00
kevin
da1a93e932
faster the tests
2020-10-11 22:07:50 +08:00
kevin
a1b141d31a
make tests faster
2020-10-10 18:22:49 +08:00
kevin
fe855c52f1
avoid bigint converted into float64 when unmarshaling
2020-10-10 15:24:29 +08:00
kevin
7c354dcc38
add more tests
2020-10-09 14:53:13 +08:00
kevin
8115a0932e
add more tests
2020-10-09 13:59:38 +08:00
kevin
4df5eb760c
add more tests
2020-10-08 22:39:07 +08:00
kevin
305b6749fd
add more tests
2020-10-07 19:13:19 +08:00