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:

Probably best to just use server version detection for now :)