Jonas Hünig
Jonas Hünig
From my understanding (see https://github.com/redis/redis/issues/1748#issuecomment-43233084 ) this shouldn't be an issue as the behavior doesn't change between DEL and UNLINK. Only difference is, that memory is not imminently freed which...
Can also easily be confirmed on (bash) CLI: ``` printf "SET fuu bar\nGET fuu\n UNLINK fuu\nSET fuu fubar\n GET fuu" | redis-cli OK "bar" (integer) 1 OK "fubar" ``` ```...
Yes, I can do this during the next days.
I created a PR (#160) and installed it on this store https://magento2-demoshop-maxcluster.de/ As I'm working for a hosting provider I don't have any "real shop" to test it with through.
it can also bee seen here btw. https://github.com/redis/redis/blob/unstable/src/lazyfree.c#L78 The KEY is always immediately set to a NULL pointer, so there is no reference anymore to the old key.
I will take some time as I'll need to look into go and lego, but I can try to do this.
Oh, that's very nice of you. I will get back to you in a couple of days.
in case three (feature is on and field is filled) shouldn't the Header be depending on a consent cookie? At least that is what I understood in the discussion earlier?
we tested this out and using https for both secure and unsecure url is fine as magento is correctly detecting this when the OFFLOADING headers are set up correctly
@mitelg here is a minimal example, that triggers the error for me when installing it in extension folder. Afterwards, I get the error from earlier when I start sw-cli-tools 0.4.2...