MCPcopy Create free account
hub / github.com/dbProjectRED/redimo.go / addConditionNotExists

Method addConditionNotExists

redimo.go:160–162  ·  view source on GitHub ↗
(attributeName string)

Source from the content-addressed store, hash-verified

158}
159
160func (b *expressionBuilder) addConditionNotExists(attributeName string) {
161 b.condition(fmt.Sprintf("attribute_not_exists(#%v)", attributeName), attributeName)
162}
163
164func (b *expressionBuilder) addConditionExists(attributeName string) {
165 b.condition(fmt.Sprintf("attribute_exists(#%v)", attributeName), attributeName)

Callers 5

xInitActionMethod · 0.80
SETMethod · 0.80
msetMethod · 0.80
ZADDMethod · 0.80
HSETNXMethod · 0.80

Calls 1

conditionMethod · 0.95

Tested by

no test coverage detected