Versions in this module Expand all Collapse all v1 v1.6.0 Mar 29, 2023 Changes in this version + var ErrNxKey = errors.New("key does not exist") + type List struct + func NewList() *List + func (k *List) Get(key string, _ []byte) (string, []byte, error) + func (k *List) IsEmpty() bool + func (k *List) Keys() []string + func (k *List) Serialize() []byte + func (k *List) Set(key string, value []byte) (string, []byte, error) + func (k *List) Values() [][]byte