An optional condition to the geoadd, zadd and set commands.
Only add new elements. Don't update already existing elements. Equivalent to NX in the Valkey API.
NX
Only update elements that already exist. Don't add new elements. Equivalent to XX in the Valkey API.
XX
An optional condition to the geoadd, zadd and set commands.