Redis is an open source, in-memory data structure store, used as a database, cache, and message broker.
This is the Hummingbird interface to RediStack library a Swift driver for Redis.
let app = HBApplication()
try app.addRedis(configuration: .init(hostname: "localhost", port: 6379))
app.router.get("redis") { request in
request.redis.send(command: "INFO").map {
$0.description
}
}
app.start()
link |
Stars: 1 |
Last commit: 2 days ago |
Hummingbird interface to RediStack the Swift client for Redis. Also includes implementations of the persist storage and jobs frameworks from Hummingbird.
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics