We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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。(由于数据库其他部分功能还不完善,只需要实现serverCron整体结构即可) 该函数主要负责: 1、更新服务器各类统计信息 2、清理服务器过期键值对 3、关闭和清理连接失效的客户端 4、尝试进行aof或rdb持久化 等等
The text was updated successfully, but these errors were encountered:
No branches or pull requests
初步实现与redis中类似唯一的时间事件serverCron。(由于数据库其他部分功能还不完善,只需要实现serverCron整体结构即可)
该函数主要负责:
1、更新服务器各类统计信息
2、清理服务器过期键值对
3、关闭和清理连接失效的客户端
4、尝试进行aof或rdb持久化
等等
The text was updated successfully, but these errors were encountered: