MCPcopy Create free account
hub / github.com/nutsdb/nutsdb / ErrSeparatorForZSetKey

Function ErrSeparatorForZSetKey

tx_zset.go:523–525  ·  view source on GitHub ↗

ErrSeparatorForZSetKey returns when zSet key contains the SeparatorForZSetKey flag.

()

Source from the content-addressed store, hash-verified

521
522// ErrSeparatorForZSetKey returns when zSet key contains the SeparatorForZSetKey flag.
523func ErrSeparatorForZSetKey() error {
524 return errors.New("contain separator (" + SeparatorForZSetKey + ") for SortedSetIdx key")
525}

Callers 1

ZAddMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected