-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from cmushroom/dev
2.0.0
- Loading branch information
Showing
143 changed files
with
6,814 additions
and
6,180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
redisProTests/RedisClientTest.swift | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"latestVersionNum": 12, | ||
"latestVersion": "1.4.5", | ||
"latestVersionNum": 14, | ||
"latestVersion": "2.0.0-RC", | ||
"updateType": "hint", | ||
"releaseNotes": "1. 删除favorite 列表时增加删除确认 #35 \n2. ssh连接 不支持 redis 没有密码的bug修复 #34 \n3. 左侧列表刷新,没有清空选中项,导致无法刷新 value 的 bug #33 \n4. key 重命名弹框样式问题修复 \n5. key删除增加 delete 快捷键 \n6. 过期时间超过Int64导致闪退bug" | ||
"releaseNotes": "1. 使用TCA重构,逻辑代码抽离到store后,更清晰! \n2. 使用Table组件,统一,删除,双击,右键操作。 \n3. zset默认按score顺序返回 \n4. keys, set , zset, hash等scan 优化,没有使用通配符时,直接查找 \n5. 还有很多改变,后面增加新功能时会顺手很多了!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# 问题记录 | ||
|
||
1. tca 监听不存在的属值时, 会造成编译卡死, swift-frontend 内存泄漏 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
251 changes: 156 additions & 95 deletions
251
redis-pro.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,97 +1,158 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "AppCenter", | ||
"repositoryURL": "https://gitee.com/chengpan168_admin/appcenter-sdk-apple.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "25f64229373de97ff3920941cd52203193e5d8be", | ||
"version": "4.3.0" | ||
} | ||
}, | ||
{ | ||
"package": "PLCrashReporter", | ||
"repositoryURL": "https://github.com/microsoft/PLCrashReporter.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "6b27393cad517c067dceea85fadf050e70c4ceaa", | ||
"version": "1.10.1" | ||
} | ||
}, | ||
{ | ||
"package": "Puppy", | ||
"repositoryURL": "https://github.com/sushichop/Puppy.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "7cfae42becac2d8916cb1a866dd12d9843199df9", | ||
"version": "0.5.0" | ||
} | ||
}, | ||
{ | ||
"package": "RediStack", | ||
"repositoryURL": "https://github.com/Mordil/RediStack.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "16037bbb8248eccaf50b8499d3bb9ed945cfd44c", | ||
"version": "1.2.1" | ||
} | ||
}, | ||
{ | ||
"package": "swift-crypto", | ||
"repositoryURL": "https://github.com/apple/swift-crypto.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "a8911e0fadc25aef1071d582355bd1037a176060", | ||
"version": "2.0.4" | ||
} | ||
}, | ||
{ | ||
"package": "swift-log", | ||
"repositoryURL": "https://github.com/apple/swift-log.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "5d66f7ba25daf4f94100e7022febf3c75e37a6c7", | ||
"version": "1.4.2" | ||
} | ||
}, | ||
{ | ||
"package": "swift-metrics", | ||
"repositoryURL": "https://github.com/apple/swift-metrics.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "3edd2f57afc4e68e23c3e4956bc8b65ca6b5b2ff", | ||
"version": "2.2.0" | ||
} | ||
}, | ||
{ | ||
"package": "swift-nio", | ||
"repositoryURL": "https://github.com/apple/swift-nio.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "154f1d32366449dcccf6375a173adf4ed2a74429", | ||
"version": "2.38.0" | ||
} | ||
}, | ||
{ | ||
"package": "swift-nio-ssh", | ||
"repositoryURL": "https://github.com/apple/swift-nio-ssh", | ||
"state": { | ||
"branch": null, | ||
"revision": "09778e0388bda898c7592887f2ec84bb81ef21eb", | ||
"version": "0.3.3" | ||
} | ||
}, | ||
{ | ||
"package": "SwiftyJSON", | ||
"repositoryURL": "https://github.com/SwiftyJSON/SwiftyJSON.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "b3dcd7dbd0d488e1a7077cb33b00f2083e382f07", | ||
"version": "5.0.1" | ||
} | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
"pins" : [ | ||
{ | ||
"identity" : "appcenter-sdk-apple", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://gitee.com/chengpan168_admin/appcenter-sdk-apple.git", | ||
"state" : { | ||
"revision" : "25f64229373de97ff3920941cd52203193e5d8be", | ||
"version" : "4.3.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "combine-schedulers", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/combine-schedulers", | ||
"state" : { | ||
"revision" : "4cf088c29a20f52be0f2ca54992b492c54e0076b", | ||
"version" : "0.5.3" | ||
} | ||
}, | ||
{ | ||
"identity" : "plcrashreporter", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/microsoft/PLCrashReporter.git", | ||
"state" : { | ||
"revision" : "6b27393cad517c067dceea85fadf050e70c4ceaa", | ||
"version" : "1.10.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "puppy", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/sushichop/Puppy.git", | ||
"state" : { | ||
"revision" : "7cfae42becac2d8916cb1a866dd12d9843199df9", | ||
"version" : "0.5.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "redistack", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/Mordil/RediStack.git", | ||
"state" : { | ||
"revision" : "16037bbb8248eccaf50b8499d3bb9ed945cfd44c", | ||
"version" : "1.2.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-case-paths", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-case-paths", | ||
"state" : { | ||
"revision" : "ce9c0d897db8a840c39de64caaa9b60119cf4be8", | ||
"version" : "0.8.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-collections", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-collections", | ||
"state" : { | ||
"revision" : "48254824bb4248676bf7ce56014ff57b142b77eb", | ||
"version" : "1.0.2" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-composable-architecture", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-composable-architecture", | ||
"state" : { | ||
"branch" : "main", | ||
"revision" : "007c857bde0410b9d214d7f1e7659551553e337a" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-crypto", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-crypto.git", | ||
"state" : { | ||
"revision" : "a8911e0fadc25aef1071d582355bd1037a176060", | ||
"version" : "2.0.4" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-custom-dump", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-custom-dump", | ||
"state" : { | ||
"revision" : "51698ece74ecf31959d3fa81733f0a5363ef1b4e", | ||
"version" : "0.3.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-identified-collections", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-identified-collections", | ||
"state" : { | ||
"revision" : "680bf440178a78a627b1c2c64c0855f6523ad5b9", | ||
"version" : "0.3.2" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-log", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-log.git", | ||
"state" : { | ||
"revision" : "5d66f7ba25daf4f94100e7022febf3c75e37a6c7", | ||
"version" : "1.4.2" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-metrics", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-metrics.git", | ||
"state" : { | ||
"revision" : "3edd2f57afc4e68e23c3e4956bc8b65ca6b5b2ff", | ||
"version" : "2.2.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-nio", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-nio.git", | ||
"state" : { | ||
"revision" : "154f1d32366449dcccf6375a173adf4ed2a74429", | ||
"version" : "2.38.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-nio-ssh", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-nio-ssh", | ||
"state" : { | ||
"revision" : "09778e0388bda898c7592887f2ec84bb81ef21eb", | ||
"version" : "0.3.3" | ||
} | ||
}, | ||
{ | ||
"identity" : "swiftyjson", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/SwiftyJSON/SwiftyJSON.git", | ||
"state" : { | ||
"revision" : "b3dcd7dbd0d488e1a7077cb33b00f2083e382f07", | ||
"version" : "5.0.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "xctest-dynamic-overlay", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", | ||
"state" : { | ||
"revision" : "50a70a9d3583fe228ce672e8923010c8df2deddd", | ||
"version" : "0.2.1" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
Binary file modified
BIN
+229 KB
(150%)
...deproj/project.xcworkspace/xcuserdata/chengpan.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
5 changes: 5 additions & 0 deletions
5
...oj/project.xcworkspace/xcuserdata/chengpan.xcuserdatad/xcschemes/xcschememanagement.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict /> | ||
</plist> |
Binary file modified
BIN
+121 KB
(130%)
...roj/project.xcworkspace/xcuserdata/chenpanwang.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
5 changes: 5 additions & 0 deletions
5
...project.xcworkspace/xcuserdata/chenpanwang.xcuserdatad/xcschemes/xcschememanagement.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict /> | ||
</plist> |
Oops, something went wrong.