github.com/gomodule/redigo/redis.Conn.Do
third-partyThe 8837th most-called third-party method by production calls. Called 213 times across 8 modules; 67 of those run outside tests and generated code.
All of github.com/gomodule/redigo/redis → Docs on pkg.go.dev ↗
- prod calls
- 67
- non-test, non-generated
- all calls
- 213
- total callsites
- modules
- 8
- distinct callers
- in loop
- 7%
- of prod calls
- in tests
- 69%
- 146 calls
- resolved
- 0%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Interface method100%Called through an interface. The runtime target may differ.
who calls this
Notable callers
Production calls into Conn.Do from notable Go projects. Open one on the map to see what else it hammers.
- MinIO 11 16%
where it's called
Callsites in the wild
12 representative callsites of 213, prioritizing in-loop and non-test usage. We link to source, never display it.
-
tidwall/tile38 @v0.0.0-20260716013223-7caa4c810ce7
in loop -
tidwall/tile38 @v0.0.0-20260716013223-7caa4c810ce7
in loop -
tidwall/tile38 @v0.0.0-20260716013223-7caa4c810ce7
in loop -
tidwall/tile38 @v0.0.0-20260716013223-7caa4c810ce7
in loop -
tidwall/tile38 @v0.0.0-20260716013223-7caa4c810ce7
in loop - in loop test
- in loop test
- in loop test
- in loop test
- in loop test
- in loop test
-
tidwall/tile38 @v0.0.0-20260716013223-7caa4c810ce7
in loop test
top callers
The modules that reach for it
The modules that call Conn.Do most in this snapshot.
- github.com/gomodule/redigo12157%
- github.com/tidwall/tile384521%
- github.com/revel/revel136%
- github.com/kataras/iris126%
- github.com/minio/minio115%