tus-php icon indicating copy to clipboard operation
tus-php copied to clipboard

redis store sometimes returns $contents without key expires_at

Open jmglsn opened this issue 2 years ago • 0 comments

Hey,

I noticed that under some circumstances the array $contents is missing the key expires_at right over here:

https://github.com/ankitpokhrel/tus-php/blob/f50852b85b513ec5589f7871d4ca59d7c1c3ad8d/src/Cache/RedisStore.php#L60

It's showing up super seldom but maybe worth a short investigation.

Thank you!

jmglsn avatar Aug 19 '22 09:08 jmglsn