package
1.0.0
Repository: https://github.com/agitdevcenter/gopkg.git
Documentation: pkg.go.dev

# Functions

NewMemcache create new memcache client.
NewRedis create redis client.

# Constants

Cluster with sharding, usually being used for redis or memcached.
Sentinel for redis HA.
Standalone single server/instance, default setting is standalone.

# Structs

Config set config for cache.
Mock cache mockers.
SentinelConfig sentinel configuration data.

# Interfaces

Keyval key value interface.

# Type aliases

Topology Server topology usually for HA setup.