redis

package
v0.0.0-...-37f97d0 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store struct {
	*redis.Service
}

Store for item in redis.

func (*Store) Delete

func (s *Store) Delete(ctx context.Context, filter item.Filter) error

Delete implementation for item in redis.

func (*Store) Fetch

func (s *Store) Fetch(ctx context.Context, filter item.Filter) (item.I, error)

Fetch implementation for item in redis.

func (*Store) FetchMany

func (s *Store) FetchMany(ctx context.Context, filter item.Filter) (map[string]item.I, error)

FetchMany implementation for item in redis.

func (*Store) Upsert

func (s *Store) Upsert(ctx context.Context, i item.I) error

Upsert implementation for item in redis.

Jump to

Keyboard shortcuts

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