Laravel Community Tools by Tighten

Gerob Kimball

Joined: 12 years ago
Total tricks: 1
Last trick: 12 years ago

Submitted tricks

This is specific to using Redis for caching. You can group your keys in sections to allow for easily clearing the cache on just a section of data. Couple notes: 1. You have to have 'cluster' set to false in app/config/database.php under the 'redis' key. 2. Remember to pass through variables into the closure with 'use'. 3. Have fun!
gerob 12 years ago 14202