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 451 forks source link

Unable to get Items By Tags #844

Closed devxd99 closed 2 years ago

devxd99 commented 2 years ago

Configuration (optional)

My question

Hello,

When I remove an item, the tags associated with it are removed from all other items. Why leave

github-actions[bot] commented 2 years ago

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

Geolim4 commented 2 years ago

Hello,

Can you write me a POC please ?

Because actually the tests of tags passed successfully.

Thanks.

devxd99 commented 2 years ago

When I used $InstanceCache->detachAllItems() after added item; , It worked as fine. No idea what happended