MCPcopy
hub / github.com/go-redsync/redsync / Pool

Interface Pool

redis/redis.go:9–11  ·  view source on GitHub ↗

Pool maintains a pool of Redis connections.

Source from the content-addressed store, hash-verified

7
8// Pool maintains a pool of Redis connections.
9type Pool interface {
10 Get(ctx context.Context) (Conn, error)
11}
12
13// Conn is a single Redis connection.
14type Conn interface {

Callers 1

testScriptHashFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…