Are tuple writes/deletes idempotent? I would like ...
# spicedb
t
Are tuple writes/deletes idempotent? I would like to be able pass a list of tuples to write/delete and ignore whatever conflict errors are thrown, so in the end I'm sure all tuples I passed are written/deleted
3 Views