nopdecoder

package
v0.0.0-...-79ff4fe Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2018 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NopDecoder

type NopDecoder struct{}

NopDecoder may be embedded in a real Decoder to avoid implementing methods.

func (NopDecoder) Aux

func (d NopDecoder) Aux(key, value []byte)

func (NopDecoder) EndDatabase

func (d NopDecoder) EndDatabase(n int)

func (NopDecoder) EndHash

func (d NopDecoder) EndHash(key []byte)

func (NopDecoder) EndList

func (d NopDecoder) EndList(key []byte)

func (NopDecoder) EndRDB

func (d NopDecoder) EndRDB()

func (NopDecoder) EndSet

func (d NopDecoder) EndSet(key []byte)

func (NopDecoder) EndZSet

func (d NopDecoder) EndZSet(key []byte)

func (NopDecoder) Hset

func (d NopDecoder) Hset(key, field, value []byte)

func (NopDecoder) ResizeDatabase

func (d NopDecoder) ResizeDatabase(dbSize, expiresSize uint32)

func (NopDecoder) Rpush

func (d NopDecoder) Rpush(key, value []byte)

func (NopDecoder) Sadd

func (d NopDecoder) Sadd(key, member []byte)

func (NopDecoder) Set

func (d NopDecoder) Set(key, value []byte, expiry int64)

func (NopDecoder) StartDatabase

func (d NopDecoder) StartDatabase(n int)

func (NopDecoder) StartHash

func (d NopDecoder) StartHash(key []byte, length, expiry int64)

func (NopDecoder) StartList

func (d NopDecoder) StartList(key []byte, length, expiry int64)

func (NopDecoder) StartRDB

func (d NopDecoder) StartRDB()

func (NopDecoder) StartSet

func (d NopDecoder) StartSet(key []byte, cardinality, expiry int64)

func (NopDecoder) StartZSet

func (d NopDecoder) StartZSet(key []byte, cardinality, expiry int64)

func (NopDecoder) Zadd

func (d NopDecoder) Zadd(key []byte, score float64, member []byte)

Jump to

Keyboard shortcuts

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