redis

package
v1.2.2-dev.22 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MULTI = "MULTI"
	SET   = "SET"
	ZADD  = "ZADD"
)
View Source
const EventsCollection = "v2:event"
View Source
const ReadingsCollection = "v2:reading"

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	*redisClient.Client
}

func NewClient

func NewClient(config db.Configuration, logger logger.LoggingClient) (*Client, error)

func (*Client) AddEvent

func (c *Client) AddEvent(e model.Event) (addedEvent model.Event, err error)

Add a new event

func (*Client) CloseSession

func (c *Client) CloseSession()

CloseSession closes the connections to Redis

Jump to

Keyboard shortcuts

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