Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild rotom to v2 #39

Merged
merged 13 commits into from
Jun 5, 2024
Merged

Rebuild rotom to v2 #39

merged 13 commits into from
Jun 5, 2024

Conversation

xgzlucario
Copy link
Owner

@xgzlucario xgzlucario commented Jun 5, 2024

rotom 更新至 v2 版本,由原先的嵌入式 db 重写为 tiny redis server, 兼容 Redis RESP 协议。
具体特性如下:

  1. 基于 single epoll server 实现 IO 多路复用
  2. 兼容 RESP 协议,目前支持 ping set get hset hget hgetall
  3. AOF 支持

更多详情查看 README

Copy link

codecov bot commented Jun 5, 2024

Codecov Report

Attention: Patch coverage is 64.74576% with 104 lines in your changes missing coverage. Please review.

Project coverage is 62.55%. Comparing base (b19d4b5) to head (b801d29).

Files Patch % Lines
rotom.go 52.27% 31 Missing and 11 partials ⚠️
handler.go 71.11% 21 Missing and 5 partials ⚠️
main.go 0.00% 18 Missing ⚠️
aof.go 0.00% 14 Missing ⚠️
utils.go 60.00% 1 Missing and 1 partial ⚠️
config.go 0.00% 1 Missing ⚠️
resp.go 98.68% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master      #39       +/-   ##
===========================================
- Coverage   98.53%   62.55%   -35.98%     
===========================================
  Files           4        9        +5     
  Lines         613      430      -183     
===========================================
- Hits          604      269      -335     
- Misses          5      139      +134     
- Partials        4       22       +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xgzlucario xgzlucario merged commit 04969bb into master Jun 5, 2024
4 of 7 checks passed
@xgzlucario xgzlucario deleted the rotom-v2 branch June 5, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants