redis

package
v0.0.0-...-668a133 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewRedisClient

func NewRedisClient(address string) *Client

func (*Client) PublishTrade

func (c *Client) PublishTrade(channel string, trade *Trade) error

type Trade

type Trade struct {
	RunID int64 `json:"runID"`
	Time  int   `json:"time"`
	Date  int   `json:"date"`
}

func NewTrade

func NewTrade(runId int64) *Trade

Jump to

Keyboard shortcuts

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