Suor / django-cacheops

A slick ORM cache with automatic granular event-driven invalidation.
BSD 3-Clause "New" or "Revised" License
2.09k stars 227 forks source link

v7 removed CacheOpsRedis but is not listed as backwards incompatible change in CHANGELOG #448

Closed palvarezcordoba closed 1 year ago

palvarezcordoba commented 1 year ago

https://github.com/Suor/django-cacheops/compare/6.2..7.0

imagen

Is there a reason this is not listed as backwards incompatible change? In my settings i have CACHEOPS_CLIENT_CLASS = 'cacheops.redis.CacheopsRedis' And after upgrading to cacheops 7.0.0, it gives an error on server startup.

What changes are needed to upgrade to 7.0.0?

Suor commented 1 year ago

That's true, there is no such thing anymore, one should simply descend from Redis class.

I forgot about this change when compiling the CHANGELOG. Your setting was always a noop though and could be safely removed.