Kevin Wan
|
a5d2b971a1
|
chore: add more tests (#3958)
|
9 months ago |
Qiu shao
|
9763c8b143
|
feat:add redis mset func (#3820)
|
9 months ago |
Kevin Wan
|
8e97c5819f
|
chore: add more tests (#3954)
|
9 months ago |
#Suyghur
|
0ee44c7064
|
feat(redis): added and impl `ZADDNX` command (#3944)
|
9 months ago |
Kevin Wan
|
5263805b3b
|
chore: simplify linux nocgroup logic (#3949)
|
9 months ago |
mongobaba
|
52e5d85221
|
feat: add break metrics for sqlx.statement (#3947)
|
9 months ago |
Kevin Wan
|
0dfaf135dd
|
feat: support breaker with sql statements (#3936)
|
9 months ago |
Kevin Wan
|
1303e0fe6f
|
feat: optimize circuit breaker algorithm (#3897)
|
9 months ago |
MarkJoyMa
|
dace520654
|
fix: revert sqlx metric namespace (#3847)
|
10 months ago |
Kevin Wan
|
9e33b557b1
|
chore: refactor redis (#3844)
|
10 months ago |
Kevin Wan
|
368caa7608
|
feat: upgrade go-redis to v9 (#3088)
Co-authored-by: cong <zhangcong1992@gmail.com>
|
10 months ago |
Qiu shao
|
431f9af43e
|
feat:add redis ExistsMany method (#3769)
|
11 months ago |
Summer-lights
|
400386459c
|
fix(redis): redis ttl -1 and -2 (#3783)
|
11 months ago |
Kevin Wan
|
22c98beb24
|
feat: add dbtest to facility db test (#3768)
|
12 months ago |
Kevin Wan
|
2f8cffc699
|
chore: update mongo driver (#3727)
|
1 year ago |
Kevin Wan
|
a1fca3a1da
|
chore: upgrade go dependencies (#3657)
|
1 year ago |
Kevin Wan
|
9394e59597
|
chore: update goctl version to 1.6.0 (#3674)
|
1 year ago |
MarkJoyMa
|
c05e03bb5a
|
feat: add metrics (#3624)
|
1 year ago |
Kevin Wan
|
172ff407f3
|
chore: refactor mongo logs (#3660)
|
1 year ago |
shenbaise9527
|
a242fec5e1
|
feat: support for disable mon logs like sqlx (#3606)
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
|
1 year ago |
Kevin Wan
|
42e0a6f90c
|
chore: refactor errors to use errors.Is (#3654)
|
1 year ago |
Kevin Wan
|
d71c0da7b7
|
chore: refactor error comparison (#3629)
|
1 year ago |
Ikko Eltociear Ashimine
|
b731aa38af
|
refactor: update builder.go (#3620)
|
1 year ago |
Kevin Wan
|
abd1fa96a9
|
fix: UpdateStmt doesn't update the statement correctly in sqlx/bulkinserter.go (#3607)
|
1 year ago |
Kevin Wan
|
421e6617b1
|
chore: add more tests (#3592)
|
1 year ago |
Kevin Wan
|
d3cd7b17c0
|
Revert "add:func() QueryRowsPartial,QueryRowPartial into cachedsql.go" (#3523)
|
1 year ago |
liumin-go
|
a50515496c
|
add:func() QueryRowsPartial,QueryRowPartial into cachedsql.go (#3512)
Co-authored-by: 刘敏 <liumin@liumindeMac-mini.local>
|
1 year ago |
Kevin Wan
|
c3f57e9b0a
|
chore: fix potential nil pointer errors (#3454)
|
1 year ago |
Kevin Wan
|
ff04356704
|
fix: format error should not trigger circuit breaker in sqlx (#3437)
|
1 year ago |
chen quan
|
b71453985c
|
feat(sqlx): support for custom Acceptable function (#3405)
|
1 year ago |
Kevin Wan
|
f6bdb6e1de
|
chore: add more tests (#3338)
|
1 year ago |
Kevin Wan
|
84adc054bc
|
chore: add more tests (#3296)
|
2 years ago |
Kevin Wan
|
28d3905731
|
chore: add more tests (#3294)
|
2 years ago |
hc
|
3726851c7f
|
feat: sqlc add SetCacheWithExpire method (#3249)
Co-authored-by: luohancai <luohancai@taqu.cn>
|
2 years ago |
Kevin Wan
|
cd0f3726ed
|
chore: add more tests (#3288)
|
2 years ago |
me-cs
|
0217044900
|
update:Use the Milliseconds method of duration to get the number of milliseconds (#3285)
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
|
2 years ago |
Kevin Wan
|
99ce24e2ab
|
chore: add more tests (#3260)
|
2 years ago |
Kevin Wan
|
55e2c7ee83
|
chore: add more tests (#3258)
|
2 years ago |
Kevin Wan
|
90839965fa
|
chore: remove directive for tests (#3257)
|
2 years ago |
Kevin Wan
|
f7228e9af1
|
chore: add more tests (#3256)
|
2 years ago |
Kevin Wan
|
bff5b81ad9
|
feat: support using session to execute statements in transaction (#3252)
|
2 years ago |
Kevin Wan
|
8ffe4c01d1
|
chore: use logx.Must instead of log.Fatal (#3189)
|
2 years ago |
Kevin Wan
|
14caf5c799
|
chore: simplify tests with logtest (#3184)
|
2 years ago |
cong
|
22fad4bb9c
|
feat(trace): add trace test helpers (#3108)
|
2 years ago |
cong
|
5da8a93c75
|
feat(redis): add ScriptRun API and migrate EvalCtx to ScriptRun for limit, lock and bloom (#3087)
|
2 years ago |
cong
|
b49fc81618
|
refactor(redistest): simplify redistest.CreateRedis API (#3086)
|
2 years ago |
cong
|
95b85336d6
|
refactor(redis): add NonBlock config, disable redis ping by default (#3073)
|
2 years ago |
guoguangwu
|
ca4ce7bce8
|
fix : misspelled word (#3075)
|
2 years ago |
Kevin Wan
|
cca45be3c5
|
chore: refactor orm code (#3015)
|
2 years ago |
YK.xiong
|
e735915d89
|
fix QueryRowsPartial getTaggedFieldValueMap func (#2884)
Co-authored-by: yongkun.xiong <weilone@vip.qq.com>
|
2 years ago |