ds

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Value added in v1.6.0

type Value interface {
	Type() ValueType
}

type ValueType added in v1.6.0

type ValueType uint8
const (
	// 0 => none, (key didn't exist)
	// 1 => string,
	// 2 => set,
	// 3 => list,
	// 4 => zset,
	// 5 => hash
	// 6 => stream
	None ValueType = iota
	String
	Set
	List
	ZSet
	Hash
)

func StringToDataType added in v1.6.0

func StringToDataType(s string) ValueType

func (ValueType) String added in v1.6.0

func (d ValueType) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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