Documentation ¶
Index ¶
- type Disk
- func (d *Disk) CacheGet(key string) (string, error)
- func (d *Disk) CacheSet(key string, value string, ttl int32) error
- func (d *Disk) Close() error
- func (d *Disk) CounterGet(key string) (int64, error)
- func (d *Disk) CounterIncrement(key string, increment int64) error
- func (d *Disk) FlagGet(key string) (bool, error)
- func (d *Disk) FlagSet(key string, value bool) error
- func (d *Disk) Flush() error
- func (d *Disk) KVDelete(key string) error
- func (d *Disk) KVGet(key string) (*kv.Value, error)
- func (d *Disk) KVPut(key string, value *kv.Value) error
- func (d *Disk) Name() string
- func (d *Disk) SetAdd(key, item string) ([]string, error)
- func (d *Disk) SetGet(key string) ([]string, error)
- func (d *Disk) SetRemove(key, item string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.