SE.Redis; working on stability+performance work - basically: removing all of "pipelines", "arenas", and a bunch of other things that are a decade of cumulative hacks, to a re-architected implementation designed from first principles with all the good things that didn't exist way back in the never.
Also, adding features and removing tech debt:
- cancellation supported from the outset on both sync+async paths
- zero-alloc routes if you can use a new API (damn you, Task!)