kalaspuff / redis-cache-zend-framework

🗄 Redis cache backend for Zend Framework with support for tags. Uses PHP module phpredis. [not actively maintained]
BSD 3-Clause "New" or "Revised" License
44 stars 30 forks source link

Tags supported? #3

Open edu2004eu opened 11 years ago

edu2004eu commented 11 years ago

I can see that you use tags in your examples, but are they actually working?

I'm asking because the default Zend Memcache extension does know about tags, but doesn't know how to use them (because I don't think memcache supports it).

Also, is this library still maintained?

Thanks.

ex-nerd commented 10 years ago

Tags seem to work for me, though you may want to check out the pull request I submitted, where I've done a bit of cleanup to improve the performance of the tag code.