File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # ` 1.2.4 ` (2025-07-07)
2+
3+ ### Optimizations
4+
5+ * Optimized the implementation logic of Pub/Sub and monitor.
6+ * Changed key matching from prefix match to fuzzy match by default.
7+
8+ ### Fixes
9+
10+ * Fixed incorrect sorting of connected clients by idle time.
11+ * Fixed incorrect TTL format display.
12+ * Fixed terminal selection overflow.
13+ * Fixed could not be input space in terminal under Chinese IME.
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.2.3 " ,
2+ "version" : " 1.2.4 " ,
33 "changelog" : {
4- "en" : " https://redis.tinycraft.cc/changelog/v1.2.3 .html" ,
5- "zh" : " https://redis.tinycraft.cc/zh/changelog/v1.2.3 .html"
4+ "en" : " https://redis.tinycraft.cc/changelog/v1.2.4 .html" ,
5+ "zh" : " https://redis.tinycraft.cc/zh/changelog/v1.2.4 .html"
66 },
77 "description" : {
88 "en" : " " ,
1818 },
1919 "sponsor" : [
2020 {
21- "name" :" \uD83D\uDD25 由超大带宽的雨云提供CDN赞助 " ,
21+ "name" :" \uD83D\uDD25 由超大带宽的雨云赞助服务器 " ,
2222 "link" : " https://www.rainyun.com/lykin_?s=app" ,
2323 "region" : [" zh" ]
2424 }
Original file line number Diff line number Diff line change 1+ # ` 1.2.4 ` (2025-07-07)
2+
3+ ### 功能优化
4+
5+ * 优化发布/订阅和命令监控的实现逻辑
6+ * 键默认匹配从前缀匹配更改为模糊匹配
7+
8+ ### 问题修复
9+
10+ * 已连接客户端按空闲排序有误
11+ * 键过期时间可能显示有误
12+ * 终端选中状态溢出
13+ * 中文输入状态下无法在终端输入空格
You can’t perform that action at this time.
0 commit comments