package
3.0.0-rc.3+incompatible
Repository: https://github.com/vitessio/vitess.git
Documentation: pkg.go.dev

# Functions

Connect returns a CacheService using the given config.
Register a db connection.

# Variables

DefaultCacheService decides the default cache service connection.

# Structs

Config carries config data for CacheService.
Result gives the cached data.

# Interfaces

CacheService defines functions to use a cache service.

# Type aliases

NewConnFunc is a factory method that creates a CacheService instance using given CacheServiceConfig.