Add support for TOUCH command by gkorland · Pull Request #1291 · StackExchange/StackExchange.Redis (original) (raw)
The problem there is that redis-64 was abandoned sometime around V3.
The simple fix here is to just to use server version detection in the code, and if TOUCH isn't expected : either don't test it, or assert that it fails in this way. Lots of tests do similar.
For the other fix on Windows, though is for us to do one of 3 things:
- use an external Linux server
- use WSL/WSL2
- use the more recent code that fell out of redis-64 (can't recall the name off-hand, but it exists, but isn't totally F/OSS)
Probably best to just use server version detection for now :)