mrredis

package
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

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 New

func New() *ConnAdapter

New - создаёт объект ConnAdapter.

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.

func (*ConnAdapter) GetStruct added in v0.3.1

func (c *ConnAdapter) GetStruct(ctx context.Context, key string, data any) error

GetStruct - comment method.

func (*ConnAdapter) Ping added in v0.3.1

func (c *ConnAdapter) Ping(ctx context.Context) error

Ping - проверяет работоспособность соединения.

func (*ConnAdapter) SetStruct added in v0.3.1

func (c *ConnAdapter) SetStruct(ctx context.Context, key string, data any, expiration time.Duration) error

SetStruct - comment method.

type Options

type Options struct {
	DSN          string // если указано, то Host, Port не используются, но Password более приоритетен если явно указан
	Host         string
	Port         string
	Password     string
	ReadTimeout  time.Duration
	WriteTimeout time.Duration
}

Options - опции для создания соединения для ConnAdapter.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL