Go to file
black1552 bb0f3de20a feat(pool): 添加NutsDB连接池实现
- 实现了基于NutsDB的连接池管理功能
- 定义了ConnectionInfo结构体用于存储连接信息
- 提供了连接的增删改查操作接口
- 实现了内存缓存机制提升并发性能
- 添加了按类型查询和统计连接数量的功能
- 实现了清理不活跃连接的定时任务功能
2026-02-27 10:46:24 +08:00
autoMigrate 第一次提交 2026-01-30 15:51:42 +08:00
baseGrpc 第一次提交 2026-01-30 15:51:42 +08:00
excel 第一次提交 2026-01-30 15:51:42 +08:00
log feat(log): 添加日志系统功能 2026-02-25 14:22:56 +08:00
mqtt/client 第一次提交 2026-01-30 15:51:42 +08:00
pool feat(pool): 添加NutsDB连接池实现 2026-02-27 10:46:24 +08:00
server feat(pool): 移除BadgerDB连接池实现并集成NutsDB 2026-02-27 10:46:04 +08:00
task 第一次提交 2026-01-30 15:51:42 +08:00
tcp feat(pool): 移除BadgerDB连接池实现并集成NutsDB 2026-02-27 10:46:04 +08:00
utils feat(utils): 为 CURD 操作添加 HookHandler 支持 2026-02-13 10:59:28 +08:00
.gitignore 第一次提交 2026-01-30 15:51:42 +08:00
LICENSE 第一次提交 2026-01-30 15:51:42 +08:00
README.md 第一次提交 2026-01-30 15:51:42 +08:00
go.mod feat(pool): 移除BadgerDB连接池实现并集成NutsDB 2026-02-27 10:46:04 +08:00
go.sum feat(pool): 移除BadgerDB连接池实现并集成NutsDB 2026-02-27 10:46:04 +08:00
test.go feat(pool): 添加NutsDB连接池实现 2026-02-27 10:46:24 +08:00

README.md

Copyright 2021 black1552

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.