PHPSocialNetwork / phpfastcache

A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost nothing, yielding faster page load times for users, better resource utilization. It is simple yet powerful.
https://www.phpfastcache.com
MIT License
2.36k stars 452 forks source link

redis client side cache at php level #914

Open osevan opened 1 month ago

osevan commented 1 month ago

What's your question ?

I have question about client side cache at php level: Is this possible with your project already?

Like this one:

https://relay.so/

Thanks and

Best Regards

References (optional)

No response

Do you have anything more you want to share? (optional)

No response

github-actions[bot] commented 1 month ago

Hello curious contributor ! Since it seems to be your first contribution, make sure that you've been:

osevan commented 1 month ago

https://redis.io/docs/latest/develop/use/client-side-caching/

Usually the two key advantages of client-side caching are:

Data is available with a very small latency.
The database system receives less queries, allowing it to serve the same dataset with a smaller number of nodes.
Geolim4 commented 3 weeks ago

Hello,

Thanks for the suggestion, I'm currently critically lacking of time to implement a new driver, but I'm hyped for sure by the idea of such implementation.

Can't guarantee you anything for the next 3 month at least however :)