Releases: vapor/redis
Releases · vapor/redis
Update to RediStack 1.0.0 Beta 2
This patch was authored and released by @Mordil.
Update to RediStack 1.0.0 Beta 2 to gain PubSub support
Remove RedisKit dep, use RedisStack pooling directly
This patch was authored by @tanner0101 and released by @Mordil.
Updates this package to use RediStack directly since it now includes a connection pool (#166).
Update to latest RedisKit and Swift 5.2
Beta 4
RedisStack Alpha 7 updates
Updates to RedisStack 1.0.0 Alpha 7 with support for Logger passing (#157)
Redis 4.0.0 Beta 2
- Updates to latest Vapor 4 beta 2
import Redis
import Vapor
app.redis.configuration = .init(...)
app.get(...) { req in
req.redis.get(...)
}Redis 3.4.0
Fixed:
- Concurrent commands should now be able to be sent on the same
RedisClient(#149)
Redis 4.0.0 Alpha 1
More information on Vapor 4 alpha releases:
https://medium.com/@codevapor/vapor-4-alpha-1-releases-begin-94a4bc79dd9a
API Docs: