Marc Gravell

Results 638 comments of Marc Gravell

hmm; actually, it looks like there is an issue here; the library fails to unroll nested `IMultiMessage`; checking what we can do there

re the unload: basically, there is no perfect solution if your scripts might get unloaded, but I recommend not using the manual SHA hash approach - that has the highest...

OK, I've investigated, and the short version is "yes, it definitely does what you say"; it would be *really, really hard* to change this; let's keep this open, but: it...

On reflection: I don't think we should try to resolve this. Reasons: Lua script is meant to **replace** MULTI/EXEC. Anything you're currently doing in MULTI/EXEC you can do via Lua,...

Sorry, lots of plates spinning. What *exact* package and method are you using here? Can you link me? I couldn't find any such methods that depended on `ITransaction`; NReJson depends...

For @NickCraver's benefit: this is related to an email discussion; I know this is something we've dismissed in the past, but I'm happy to look through the code and reconsider...

Valid question. The scenario discussed on email was multi-tenancy, so very similar to our own usgae re keys.

I have some similar ideas in progress - see the server-cache-invalidation branch; I think it is a little more nuanced than "all on / all off", so I don't think...

Can we see the script, and how you invoke it please? In particular, what matters is how you are specifying and using keys: in cluster mode, they *must* be passed...

btw: if you're using the alternative script API where you pass in an object for the args rather than `keys`: make sure that parameters that are keys are typed as...