Documentation ¶
Index ¶
- type ConnAdapter
- func (c *ConnAdapter) Cli() redis.UniversalClient
- func (c *ConnAdapter) Close() error
- func (c *ConnAdapter) Connect(_ context.Context, opts Options) error
- func (c *ConnAdapter) Delete(ctx context.Context, key ...string) error
- func (c *ConnAdapter) GetStruct(ctx context.Context, key string, data any) error
- func (c *ConnAdapter) Ping(ctx context.Context) error
- func (c *ConnAdapter) SetStruct(ctx context.Context, key string, data any, expiration time.Duration) error
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnAdapter ¶ added in v0.3.1
type ConnAdapter struct {
// contains filtered or unexported fields
}
ConnAdapter - адаптер для работы с Redis клиентом.
func (*ConnAdapter) Cli ¶ added in v0.3.1
func (c *ConnAdapter) Cli() redis.UniversalClient
Cli - возвращается нативный объект, с которым работает данный адаптер.
func (*ConnAdapter) Close ¶ added in v0.3.1
func (c *ConnAdapter) Close() error
Close - закрывает текущее соединение.
func (*ConnAdapter) Connect ¶ added in v0.3.1
func (c *ConnAdapter) Connect(_ context.Context, opts Options) error
Connect - создаёт соединение с указанными опциями.
func (*ConnAdapter) Delete ¶ added in v0.3.1
func (c *ConnAdapter) Delete(ctx context.Context, key ...string) error
Delete - comment method.
Click to show internal directories.
Click to hide internal directories.