Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriverType ¶
type DriverType interface { drivers.Redis | drivers.MongoDB | any Set(key string, value interface{}) error Get(key string) (interface{}, error) Delete(key string) error Exists(key string) (bool, error) Expire(key string, seconds int) error TTL(key string) (int, error) Flush() error Close() error Ping() error }
Click to show internal directories.
Click to hide internal directories.