store

package
v0.0.0-...-9886319 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2018 License: MIT Imports: 2 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 interface {
	Ping() (string, error)
	Get(key, field string) (string, error)
	GetAll(key string) (map[string]string, error)
	Set(key, field string, value interface{}) error
	Delete(key, field string) error
}

Store describes our store implementation

func New

func New() Store

New returns a new Redis implementation

Jump to

Keyboard shortcuts

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