Ran丶
|
1b76885040
|
feat(redis): add redis command for getex (#5323)
|
2025-12-12 15:18:46 +00:00 |
|
Kevin Wan
|
75941aedd4
|
refactor: simplify getValueInterface function (#5280)
|
2025-11-16 20:36:49 +08:00 |
|
lerity-yao
|
c7065171d7
|
fix(orm): properly handle zero value scanning for pointer destinations (#5270)
|
2025-11-16 11:59:13 +00:00 |
|
stemlaud
|
568f9ce007
|
chore: remove extra spaces in the comment (#5245)
Signed-off-by: stemlaud <stemlaud@outlook.com>
|
2025-10-19 13:42:10 +00:00 |
|
Copilot
|
e382887eb8
|
docs: Add comprehensive documentation for blocking Redis operations (XReadGroup, Blpop) (#5221)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: kevwan <1918356+kevwan@users.noreply.github.com>
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
|
2025-10-07 16:46:10 +08:00 |
|
Kevin Wan
|
1ebbc6f0c7
|
chore: refactor mon/monc (#5073)
|
2025-08-09 23:51:44 +08:00 |
|
me-cs
|
b41b1b00df
|
update:github.com/mongodb/mongo-go-driver v2.0 Migration (#4687)
|
2025-08-09 13:21:53 +00:00 |
|
Ioannis Pinakoulakis
|
130e1ba963
|
perf: pre-allocate all known length arrays to avoid re-scaling (#5029)
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
|
2025-08-08 16:03:25 +00:00 |
|
queryfast
|
d9df08b079
|
chore: fix some minor issues in comments (#5051)
Signed-off-by: queryfast <queryfast@outlook.com>
|
2025-08-05 04:13:44 +00:00 |
|
Kevin Wan
|
569c00ad09
|
chore: refactor redis stream (#5048)
Signed-off-by: Kevin Wan <wanjunfeng@gmail.com>
|
2025-08-03 14:58:09 +08:00 |
|
jk2K
|
9da76fbf04
|
feat: redis support consumer groups (#4912)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-02 13:36:08 +00:00 |
|
Kevin Wan
|
ff890628b0
|
feat: optimize ignore fields in orm (#5015)
|
2025-07-18 20:36:28 +08:00 |
|
wiki
|
cc79e3d842
|
feat(sqlx): add field tag (-) skip logic in unwrapFields (#5010)
Co-authored-by: wukun30 <wukun30@meituan.com>
|
2025-07-18 11:58:38 +00:00 |
|
Kevin Wan
|
a71e56de52
|
fix: context key error in sql read write mode (#5000)
|
2025-07-12 06:58:08 +08:00 |
|
Kevin Wan
|
bae8d4f4c8
|
chore: refactoring sql read write mode (#4990)
Signed-off-by: kevin <wanjunfeng@gmail.com>
|
2025-07-11 01:05:55 +08:00 |
|
zhoushuguang
|
8c6266f338
|
sql read write support (#4976)
Co-authored-by: light.zhou <light.zhou@bkyo.io>
|
2025-07-09 16:04:56 +00:00 |
|
Kevin Wan
|
df9a52664b
|
fix issue #4986
|
2025-07-08 13:58:48 +00:00 |
|
Kevin Wan
|
2a54faf997
|
chore: coding style (#4771)
|
2025-04-10 09:28:42 +08:00 |
|
Hanggang Z
|
ecd98f3653
|
chore: add more orm_test (#4766)
|
2025-04-09 13:49:00 +00:00 |
|
Kevin Wan
|
620c7f9693
|
chore: add more tests (#4718)
|
2025-03-19 23:54:04 +08:00 |
|
Meng Ye
|
dba444a382
|
feat: support redis getdel command (#4709)
|
2025-03-19 23:40:14 +08:00 |
|
Kevin Wan
|
24073969a1
|
fix: redis username not working in redis v7 (#4632)
|
2025-02-08 12:21:35 +08:00 |
|
Kevin Wan
|
4307ce45fc
|
chore: add redis test (#4593)
|
2025-01-23 00:03:49 +08:00 |
|
xujb
|
37b54d1fc7
|
A new User property has been added to the RedisConf object. (#4559)
|
2025-01-22 23:28:14 +08:00 |
|
Kevin Wan
|
520d2a2075
|
chore: only upload metrics on mysql (#4591)
|
2025-01-22 20:26:24 +08:00 |
|
Kevin Wan
|
1023800b02
|
fix: health check problem (#4590)
|
2025-01-22 19:32:28 +08:00 |
|
MarkJoyMa
|
030c859171
|
feat/sqlx_metric (#4587)
Co-authored-by: aiden.ma <Aiden.ma@yijinin.com>
|
2025-01-22 07:42:02 +00:00 |
|
Kevin Wan
|
e1787b4ccb
|
chore: update go version (#4540)
Signed-off-by: kevin <wanjunfeng@gmail.com>
|
2025-01-04 12:17:10 +08:00 |
|
fishJack01
|
f52af1ebf9
|
feat:New redis method TxPipeline (#4417)
Co-authored-by: fish <fish@fishdeMac-mini.local>
|
2024-10-13 05:51:55 +00:00 |
|
Kevin Wan
|
a00c956776
|
chore: upgrade go version (#4248)
Signed-off-by: kevin <wanjunfeng@gmail.com>
|
2024-07-16 11:43:25 +08:00 |
|
Kevin Wan
|
2026d4410b
|
fix: should not trigger breaker on duplicate key with mongodb (#4238)
|
2024-07-08 23:41:02 +08:00 |
|
MarkJoyMa
|
f8437e6364
|
feat/sqlc_partial (#4237)
|
2024-07-07 15:54:18 +00:00 |
|
MarkJoyMa
|
fed835bc25
|
feat/redis_hook (#4233)
|
2024-07-07 04:50:30 +00:00 |
|
Kevin Wan
|
bfddb9dae4
|
feat: add errorx.In to facility error checking (#4105)
|
2024-04-27 20:43:45 +08:00 |
|
Kevin Wan
|
d371ab5479
|
feat: use breaker with ctx to prevent deadline exceeded (#4091)
Signed-off-by: kevin <wanjunfeng@gmail.com>
|
2024-04-18 23:18:49 +08:00 |
|
Kevin Wan
|
1540bdc4c9
|
optimize: improve breaker algorithm on recovery time (#4077)
|
2024-04-18 22:33:25 +08:00 |
|
Kevin Wan
|
815a4f7eed
|
feat: support context in breaker methods (#4088)
|
2024-04-18 18:00:17 +08:00 |
|
Kevin Wan
|
e9dc96af17
|
chore: coding style (#4082)
|
2024-04-17 23:37:35 +08:00 |
|
fearlessfei
|
62c88a84d1
|
feat: migrate lua script to lua file (#4069)
|
2024-04-17 15:20:10 +00:00 |
|
Kevin Wan
|
927f8bc821
|
fix: fix ignored context.DeadlineExceeded (#4066)
|
2024-04-11 11:14:20 +08:00 |
|
Kevin Wan
|
682460c1c8
|
fix: fix ignored scanner.Err() (#4063)
|
2024-04-10 17:28:52 +08:00 |
|
Kevin Wan
|
a66ae0d4c4
|
fix: timeout on query should return context.DeadlineExceeded (#4060)
|
2024-04-10 04:17:39 +00:00 |
|
fearlessfei
|
968727412d
|
add custom health response information (#4034)
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
|
2024-04-03 14:33:55 +00:00 |
|
linden-in-China
|
6f3d094eba
|
opton to option (#4035)
|
2024-04-03 14:15:21 +00:00 |
|
Kevin Wan
|
cc2a7e97f9
|
chore: coding style, add code for prometheus (#4002)
|
2024-03-13 20:00:35 +08:00 |
|
MarkJoyMa
|
7d90f906f5
|
feat: migrate redis breaker into hook (#3982)
|
2024-03-12 04:21:33 +00:00 |
|
mongobaba
|
459d3025c5
|
optimize: change err == xx to errors.Is(err, xx) (#3991)
|
2024-03-09 12:49:16 +00:00 |
|
Kevin Wan
|
159ecb7386
|
chore: fix warnings (#3989)
|
2024-03-08 22:35:17 +08:00 |
|
Kevin Wan
|
d184f96b13
|
chore: coding style (#3987)
|
2024-03-08 16:11:28 +08:00 |
|
MarkJoyMa
|
c7dacb0146
|
fix: mysql WithAcceptable bug (#3986)
|
2024-03-08 04:23:41 +00:00 |
|