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

Redis deprecated functions #12

Open Ig0r-M-magic42 opened 4 years ago

Ig0r-M-magic42 commented 4 years ago

Given following deprecated function Redis::delete() and Redis::setTimeout() Then this project MUST be updated

Ig0r-M-magic42 commented 4 years ago

@kalaspuff any plans for this ? if a third party person will submit a pull request how much time do you reckon it will take for the work to be merged ?

Redis::del() should be used instead of Redis::delete().

albertojgomez commented 4 years ago

+1

Ig0r-M-magic42 commented 4 years ago

I see https://github.com/mpichot/zend-cache-redis has more up to date code

albertojgomez commented 4 years ago

Thanks for the tip @Ig0r-M !