gomodule / redigo

Go client for Redis
Apache License 2.0
9.76k stars 1.25k forks source link

Disable SetReadDeadline calls #673

Open aaronjheng opened 2 months ago

aaronjheng commented 2 months ago

I want to connect to Redis over SSH with golang.org/x/crypto/ssh. Currently ssh channels does not support deadlines. See https://github.com/golang/go/issues/65930.

So the following calls should be disabled.

Right now, there is no way we can do that.