Dylan Moreland
Results
2
issues of
Dylan Moreland
While testing out taskq together with Redis, we found that our applications would panic, usually after a task failure, on a nil pointer dereference [here in `go-redis`](https://github.com/go-redis/redis/blob/2465baaab55d74ec9d5e42a971b2bf5dba3a6b29/internal/pool/pool.go#L292): ```go func (p...
The README mentions that the config property `KeyRefreshUnknownKID` is a boolean defaulting to false, but in code the field on `Config` has type `*bool` and is referenced in [exactly one...