Marc Gravell

Results 638 comments of Marc Gravell

I wouldn't categorize that as a bug; simply: it isn't the right type for whatever is happening, which seems to be multiple values coming back into something being cast as...

These new features have not yet made it to the library. Someone would need to evaluate the various options for adding direct support, design, implement, test, and document, etc. It...

In particular, note that there is the Execute API for ad-hoc unknown commands, in particular custom "modules". This isn't quite as efficient as a custom Message, but like Nick says:...

I think there's a lot of validity to what you're saying. In terms of the network dropout issue (which may or may not be somewhat mitigated by the RESP3 connection...

Any example code? Is this cluster or standalone? Any relevant config info (like remapped/disabled commands)?

(I ask because subscriptions generally work, so I'm guessing there's something context-specific in play here)

If we do anything here, it would need a server version check to pick between the two. Fortunately this is trivial. I add the note because recently "Kestrel" changed a...

The HSET vs HMSET would seem to be orthogonal, but yes: the read-only replica issue needs resolving

The `CLUSTER` command is *fundamental* to this library working correctly - I'm amazed things are working *at all* without that, quite honestly. We use `CLUSTER NODES` to discover the shard...