redis_rs

package
v1.0.0-beta Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2017 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 RedisRecordStore

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

func Create

func Create(opts string) (r *RedisRecordStore, err error)

func (*RedisRecordStore) Clear

func (r *RedisRecordStore) Clear() (err error)

func (*RedisRecordStore) DelKey

func (r *RedisRecordStore) DelKey(dnsType uint16, key string) (err error)

func (*RedisRecordStore) DelVal

func (r *RedisRecordStore) DelVal(dnsType uint16, key, value string) (err error)

func (*RedisRecordStore) GetAll

func (r *RedisRecordStore) GetAll(dnsType uint16, key string) (vals []string, err error)

func (*RedisRecordStore) PutVal

func (r *RedisRecordStore) PutVal(dnsType uint16, key, val string) (err error)

type RedisRecordStoreOpts

type RedisRecordStoreOpts struct {
	Database  int
	Namespace string
}

Jump to

Keyboard shortcuts

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