Documentation
¶
Index ¶
Constants ¶
View Source
const ( STRING uint8 = 1 INT uint8 = 2 LIST uint8 = 3 SET uint8 = 4 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (*DB) DelExpireKey ¶
func (d *DB) DelExpireKey()
func (*DB) PurgePeriodically ¶
func (d *DB) PurgePeriodically()
type HashSet ¶
type HashSet struct {
// contains filtered or unexported fields
}
func NewHashSet ¶
func NewHashSet() *HashSet
Click to show internal directories.
Click to hide internal directories.