redis_wrapper

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2019 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GeoItem

type GeoItem struct {
	Lon, Lat, Distance float64
	Name, Hash         string
}

GeoItem for Redis Geo functions

type RedisScriptParam

type RedisScriptParam struct {
	Keys []interface{}
	Args []interface{}
}

type RedisWrapper

type RedisWrapper interface {
	io.Closer
	// contains filtered or unexported methods
}

func Open

func Open(dsn string) (RedisWrapper, error)

Jump to

Keyboard shortcuts

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