github vapor/fluent 4.2.0
Add cache protocol

latest releases: 4.13.0, 4.12.0, 4.11.0...
5 years ago
This patch was authored and released by @tanner0101.

Add Fluent implementation for Vapor's new cache protocol: vapor/vapor#2558

app.caches.use(.fluent)
// Or with specific database id
app.caches.use(.fluent(.foo))

Make sure to add the CacheEntry migration (similar to SessionRecord).

app.migrations.add(CacheEntry.migration)

Don't miss a new fluent release

NewReleases is sending notifications on new releases.