vapor / redis

Vapor provider for RediStack
MIT License
458 stars 57 forks source link

Add cache protocol #179

Closed tanner0101 closed 3 years ago

tanner0101 commented 3 years ago

Add Redis implementation for Vapor's new cache protocol: https://github.com/vapor/vapor/pull/2558

// Use redis as application cache
app.caches.use(.redis)
tanner0101 commented 3 years ago

These changes are now available in 4.2.0