⚠️ This project is now obsolete. The Redis specific code has been upstreamed to RediStack while the Vapor specific code has been downstreamed to Vapor/Redis.
Warning: Package Archived
This package is archived and has a low chance of being updated.
Description
- Swift Tools 5.2.0
Description
{
"name": "redis-kit",
"path": "/usr/src/package",
"targets": [
{
"name": "RedisKitTests",
"path": "Tests/RedisKitTests",
"type": "test",
"c99name": "RedisKitTests",
"sources": [
"RedisKitTests.swift",
"Types/RedisSetTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"RedisKit"
],
"product_dependencies": [
"RediStackTestUtils"
]
},
{
"name": "RedisKit",
"path": "Sources/RedisKit",
"type": "library",
"c99name": "RedisKit",
"sources": [
"Exports.swift",
"RedisClient+Codable.swift",
"RedisConfiguration.swift",
"RedisConnectionPool.swift",
"RedisConnectionSource.swift",
"Types/RedisSet.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"RedisKit"
],
"product_dependencies": [
"RediStack",
"AsyncKit",
"Logging"
]
}
],
"products": [
{
"name": "RedisKit",
"type": {
"library": [
"automatic"
]
},
"targets": [
"RedisKit"
]
}
],
"platforms": [
{
"name": "macos",
"version": "10.15"
}
],
"dependencies": [
{
"url": "https://github.com/apple/swift-log.git",
"type": "sourceControl",
"identity": "swift-log",
"requirement": {
"range": [
{
"lower_bound": "1.0.0",
"upper_bound": "2.0.0"
}
]
}
},
{
"url": "https://gitlab.com/mordil/RediStack.git",
"type": "sourceControl",
"identity": "redistack",
"requirement": {
"exact": [
"1.0.0-alpha.10"
]
}
},
{
"url": "https://github.com/vapor/async-kit.git",
"type": "sourceControl",
"identity": "async-kit",
"requirement": {
"range": [
{
"lower_bound": "1.0.0-rc",
"upper_bound": "2.0.0"
}
]
}
}
],
"tools_version": "5.2",
"manifest_display_name": "redis-kit"
}
Package Dump
{
"name": "redis-kit",
"targets": [
{
"name": "RedisKit",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"RediStack",
null
]
},
{
"product": [
"AsyncKit",
"async-kit",
null,
null
]
},
{
"product": [
"Logging",
"swift-log",
null,
null
]
}
],
"packageAccess": false
},
{
"name": "RedisKitTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"target": [
"RedisKit",
null
]
},
{
"product": [
"RediStackTestUtils",
"RediStack",
null,
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "RedisKit",
"type": {
"library": [
"automatic"
]
},
"targets": [
"RedisKit"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "10.15",
"platformName": "macos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"identity": "swift-log",
"location": {
"remote": [
{
"urlString": "https://github.com/apple/swift-log.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.0.0",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"identity": "redistack",
"location": {
"remote": [
{
"urlString": "https://gitlab.com/mordil/RediStack.git"
}
]
},
"requirement": {
"exact": [
"1.0.0-alpha.10"
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"identity": "async-kit",
"location": {
"remote": [
{
"urlString": "https://github.com/vapor/async-kit.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.0.0-rc",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "5.2.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
Dependencies
{
"url": "/usr/src/package",
"name": "redis-kit",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/apple/swift-log.git",
"name": "swift-log",
"path": "/usr/src/package/.build/checkouts/swift-log",
"version": "1.6.0",
"identity": "swift-log",
"dependencies": []
},
{
"url": "https://gitlab.com/mordil/RediStack.git",
"name": "RediStack",
"path": "/usr/src/package/.build/checkouts/RediStack",
"version": "1.0.0-alpha.10",
"identity": "redistack",
"dependencies": [
{
"url": "https://github.com/apple/swift-log.git",
"name": "swift-log",
"path": "/usr/src/package/.build/checkouts/swift-log",
"version": "1.6.0",
"identity": "swift-log",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-metrics.git",
"name": "swift-metrics",
"path": "/usr/src/package/.build/checkouts/swift-metrics",
"version": "2.4.4",
"identity": "swift-metrics",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-nio.git",
"name": "swift-nio",
"path": "/usr/src/package/.build/checkouts/swift-nio",
"version": "2.67.0",
"identity": "swift-nio",
"dependencies": [
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "1.1.1",
"identity": "swift-collections",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-system.git",
"name": "swift-system",
"path": "/usr/src/package/.build/checkouts/swift-system",
"version": "1.3.0",
"identity": "swift-system",
"dependencies": []
}
]
}
]
},
{
"url": "https://github.com/vapor/async-kit.git",
"name": "async-kit",
"path": "/usr/src/package/.build/checkouts/async-kit",
"version": "1.19.0",
"identity": "async-kit",
"dependencies": [
{
"url": "https://github.com/apple/swift-nio.git",
"name": "swift-nio",
"path": "/usr/src/package/.build/checkouts/swift-nio",
"version": "2.67.0",
"identity": "swift-nio",
"dependencies": [
{
"url": "https://github.com/apple/swift-atomics.git",
"name": "swift-atomics",
"path": "/usr/src/package/.build/checkouts/swift-atomics",
"version": "1.2.0",
"identity": "swift-atomics",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "1.1.1",
"identity": "swift-collections",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-system.git",
"name": "swift-system",
"path": "/usr/src/package/.build/checkouts/swift-system",
"version": "1.3.0",
"identity": "swift-system",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-log.git",
"name": "swift-log",
"path": "/usr/src/package/.build/checkouts/swift-log",
"version": "1.6.0",
"identity": "swift-log",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-collections.git",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "1.1.1",
"identity": "swift-collections",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-algorithms.git",
"name": "swift-algorithms",
"path": "/usr/src/package/.build/checkouts/swift-algorithms",
"version": "1.2.0",
"identity": "swift-algorithms",
"dependencies": [
{
"url": "https://github.com/apple/swift-numerics.git",
"name": "swift-numerics",
"path": "/usr/src/package/.build/checkouts/swift-numerics",
"version": "1.0.2",
"identity": "swift-numerics",
"dependencies": []
}
]
}
]
}
]
}
