Documentation
¶
Overview ¶
Package adapters implements wrappers for different data storage engines. This package offers unified API which then can be used in database service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Redis ¶
type Redis struct{}
func (*Redis) GetConnection ¶
func (_ *Redis) GetConnection() *redis.Client
Click to show internal directories.
Click to hide internal directories.