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.38k stars 453 forks source link

redis client side cache at php level #914

Open osevan opened 4 months ago

osevan commented 4 months 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 4 months ago

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

osevan commented 4 months 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 4 months 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 :)

Geolim4 commented 2 months ago

Hello,

I will add support for Relay extension probably by the end of 2024 :)

Just be patient :P

osevan commented 2 months ago

Onky support or rebuild of relay?

Own build will be better ofc

Thanks and

Best Regards

Geolim4 commented 2 months ago

No, only a custom extension, like Couchbase, Couchdb, etc