Conversation
|
Hi guys, This pr is still failing a few tests. Just want to know the status of this project and if I should continue works on it? Cheers |
LCache is just on the back burner for me pending other projects. I think these are good changes, though. |
a732cc9 to
7dc8f2d
Compare
|
So, we're integrating lcache with our app and we just needed to remove the php globals and on top of that we're adding a redis implementation as L2. We split the namespaces to separate L1 and L2. |
91b4da4 to
316e4b9
Compare
9623310 to
a499b5d
Compare
6e5f210 to
441d5d7
Compare
|
@davidstrauss some updates, since the original PR, I've updated the patch to use time(). The reason for that is there's no other way to calculate TTL correctly without using current time. I think this it's a bug. It can be easily triggered by introducing sleep() in user code. It was discovered as part of https://github.com/imel96/simple-lcache which implements PSR SimpleCache using Lcache. I've also fixed a few other bugs and now I can confidently run SimpleLcache on production |
Replace requested time from $_SERVER with real time Split namespaces Add l1, l2 and state namespaces Minor fixes
Replace $_SERVER with created time argument
Add phpcbf changes
Overview
This pull request: