contributte / redis

:floppy_disk: Redis (predis) for Nette Framework (@nette)

Home Page:https://contributte.org/packages/contributte/redis.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Journal entries remains after original entry expiration

jankonas opened this issue · comments

Journal entries are written without TTL. So if the original entry is deleted by Redis because of it's expiration, the journal entry still stays in the database.

Shouldn't the journal entries inherit TTL/expiration from the original cache item?

I'm currently working on fixing this, it is more complex than I thought :-)