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

实现与redis中类似唯一的时间事件serverCron #16

Open
HUGH6 opened this issue Jul 15, 2021 · 0 comments
Open

实现与redis中类似唯一的时间事件serverCron #16

HUGH6 opened this issue Jul 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@HUGH6
Copy link
Owner

HUGH6 commented Jul 15, 2021

初步实现与redis中类似唯一的时间事件serverCron。(由于数据库其他部分功能还不完善,只需要实现serverCron整体结构即可)
该函数主要负责:
1、更新服务器各类统计信息
2、清理服务器过期键值对
3、关闭和清理连接失效的客户端
4、尝试进行aof或rdb持久化
等等

@HUGH6 HUGH6 added the enhancement New feature or request label Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant