Rafael Aguayo
Rafael Aguayo
> Hence, it would probably be best if Yjs would already throw an exception when you try to set undefined. I think this would be too much of a performance...
I don't think redis guarantees message delivery which makes me worry about this change. If messages are dropped then there will be updates that are missed by other clients. I...
If we want to change the system to only emit single change events, then we probably need to re-architect to use something like [redis-streams](https://redis.io/docs/data-types/streams/), where we can more reliably confirm...
I think @janthurau could speak more to why this implementation was chosen
We are using the `redis-extension`, and using a modified version of `extension-logger` which allows us to format the data (but we are not altering the data passed from the hooks)....