f3-factory / fatfree-core

Fat-Free Framework core library
GNU General Public License v3.0
207 stars 88 forks source link

Update Cache #264

Closed extralam closed 5 years ago

extralam commented 6 years ago

Add 2 helper function to using the cache system. Update Redis cache using delete and setex.

ikkez commented 5 years ago

Sorry, the Redis function names are not actually needed to change, and your helper methods are similar to what Base->set and ->get are already offering. To keep it fat free I'll close this here, but thanks for your effort.