Documentation
¶
Index ¶
- Constants
- type NutsDB
- func (b *NutsDB) BatchSet(kvs map[string][]byte) error
- func (b *NutsDB) Close() error
- func (b *NutsDB) Del(k []byte) (err error)
- func (b *NutsDB) Get(k []byte) (v []byte)
- func (b *NutsDB) Name() string
- func (b *NutsDB) Prefix(prefix []byte) (res [][]byte)
- func (b *NutsDB) Range(start, limit []byte) (res [][]byte)
- func (b *NutsDB) Scan() (res [][]byte)
- func (b *NutsDB) Set(k, v []byte) (err error)
- func (b *NutsDB) SetTTL(k, v []byte, expire time.Duration) (err error)
- func (b *NutsDB) Suffix(suffix []byte) (res [][]byte)
- type NutsdbOption
Constants ¶
View Source
const GLOBAL = "m41gA7omIWU4s"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.