Documentation ¶
Index ¶
- type NopDecoder
- func (d NopDecoder) Aux(key, value []byte)
- func (d NopDecoder) EndDatabase(n int)
- func (d NopDecoder) EndHash(key []byte)
- func (d NopDecoder) EndList(key []byte)
- func (d NopDecoder) EndRDB()
- func (d NopDecoder) EndSet(key []byte)
- func (d NopDecoder) EndZSet(key []byte)
- func (d NopDecoder) Hset(key, field, value []byte)
- func (d NopDecoder) ResizeDatabase(dbSize, expiresSize uint32)
- func (d NopDecoder) Rpush(key, value []byte)
- func (d NopDecoder) Sadd(key, member []byte)
- func (d NopDecoder) Set(key, value []byte, expiry int64)
- func (d NopDecoder) StartDatabase(n int)
- func (d NopDecoder) StartHash(key []byte, length, expiry int64)
- func (d NopDecoder) StartList(key []byte, length, expiry int64)
- func (d NopDecoder) StartRDB()
- func (d NopDecoder) StartSet(key []byte, cardinality, expiry int64)
- func (d NopDecoder) StartZSet(key []byte, cardinality, expiry int64)
- func (d NopDecoder) Zadd(key []byte, score float64, member []byte)
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)
Click to show internal directories.
Click to hide internal directories.