Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KonfigStore ¶
type KonfigStore struct { Database *Database RedisCache *RedisCache }
func New ¶
func New(opts ...Options) *KonfigStore
type Options ¶
type Options func(*KonfigStore)
func WithDatabase ¶
func WithRedisCache ¶
func WithRedisCache(c *RedisCache) Options
type RedisCache ¶
type RedisCache struct { Connection *redis.Client ClusterModeEnabled bool }
Click to show internal directories.
Click to hide internal directories.