gomodule / gomodule/redigo

Disable SetReadDeadline calls

Open
#673 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
9.9k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

I want to connect to Redis over SSH with [golang.org/x/crypto/ssh](https://pkg.go.dev/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.
* https://github.com/gomodule/redigo/blob/247f6c0e0a0ea200f727a5280d0d55f6bce6d2e7/redis/conn.go#L748
* https://github.com/gomodule/redigo/blob/247f6c0e0a0ea200f727a5280d0d55f6bce6d2e7/redis/conn.go#L748

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.