pool

package
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	New                 func(ctx context.Context, key string) (Conn, error)
	MaxKeys             int
	MaxConnsPerKey      int
	MaxConnLifetimeSec  int64
	StaleKeyLifetimeSec int64
}

type Conn

type Conn interface {
	Usable() bool
	Close() error
}

type P

type P struct {
	// contains filtered or unexported fields
}

func New

func New(cfg Config) *P

func (*P) CleanUp added in v0.7.1

func (p *P) CleanUp(ctx context.Context)

func (*P) Close

func (p *P) Close()

func (*P) Get

func (p *P) Get(ctx context.Context, key string) (Conn, error)

func (*P) Return

func (p *P) Return(key string, c Conn)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL