Idempotency

Simple

The “safe to repeat” property: two identical clicks won’t charge you twice.

Business

Insurance against duplicates during retries and failures.

Tech

f(f(x))=f(x); idempotency keys on side-effect operations; the precondition of safe retries.

Related terms

All glossary terms