SHxKM
SHxKM
@mrniko so why does Redisson issue a MULTI command at all then? If buck set happens before the MULTI call, why make the SADD inside the MULTI? It doesn’t make...
> Sorry, only `multi` command is used for atomicity. I corrected my answer. It’s OK thank you. It’s still weird to me that PSETEX happens before the MULTI when it’s...
Hmm that doesn’t match my test results. Will run it again and post my results (any idea how to filter the many ping lines?)
@mrniko Below are screenshots of the order of things when I execute the code I post in my original post (I'm using JacksonCodec and `defaults()` by the way, the calls...
@mrniko thats incorrect. It is 100% the value for the bucket I just blurred it because there is some sensitive data. I can share the screenshot again less blurred.
@mrniko Is this enough to reopen the issue? As you can see, same timestamp as screenshot 1 above. You can see the value is a long JSON string, it's not...
@mrniko Since you aren't convinced, I dug a bit more, and found the likely cause. ``` RTransaction transaction = redisson.createTransaction(TransactionOptions.defaults().timeout(3, TimeUnit.SECONDS)); RBucket bucket = transaction.getBucket("test"); bucket.set("234", 10, TimeUnit.SECONDS); transaction.commit(); ```...
@mrniko any plan to look into this?
Hi @mrniko, I’m still able to reproduce this. Should we just use the deprecated method for now?
Is it possible to change the label on this to `bug` so it's better tracked?