Documentation
¶
Overview ¶
Package redisstorage is redis storage.
Index ¶
- type Storage
- func (st *Storage) Clean(ctx context.Context) error
- func (st *Storage) Close() error
- func (st *Storage) Connect(ctx context.Context) error
- func (st *Storage) Exists(ctx context.Context, key string) (bool, error)
- func (st *Storage) Get(ctx context.Context, key string) (b []byte, found bool, _ error)
- func (st *Storage) Set(ctx context.Context, key string, b []byte) error
- func (st *Storage) ZAddArgs(ctx context.Context, key string, args redis.ZAddArgs) error
- func (st *Storage) ZRangeArgs(ctx context.Context, z redis.ZRangeArgs, f func(string) (bool, error)) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.