cache

package
v1.85.2 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2023 License: Unlicense Imports: 6 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// RedisModule for fx.
	RedisModule = fx.Options(fx.Provide(redis.NewClient), fx.Provide(redis.NewOptions), fx.Provide(redis.NewCache), fx.Provide(redis.NewRingOptions))

	// RedisOpentracingModule for fx.
	RedisOpentracingModule = fx.Provide(opentracing.NewTracer)

	// RistrettoModule for fx.
	RistrettoModule = fx.Provide(ristretto.NewCache)

	// SnappyCompressorModule for fx.
	SnappyCompressorModule = fx.Provide(compressor.NewSnappy)

	// ProtoMarshallerModule for fx.
	ProtoMarshallerModule = fx.Provide(marshaller.NewProto)
)

Functions

This section is empty.

Types

type Config

type Config struct {
	Redis     redis.Config     `yaml:"redis" json:"redis" toml:"redis"`
	Ristretto ristretto.Config `yaml:"ristretto" json:"ristretto" toml:"ristretto"`
}

Config for cache.

Jump to

Keyboard shortcuts

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