Expand description
Idempotency Key System for Smith Platform
This module provides idempotency key generation and management to prevent duplicate intent execution under network retries and failures.
Modules§
- helpers
- Helper functions for common idempotency patterns
Structs§
- Idempotency
Key - Idempotency key for preventing duplicate executions
- Idempotency
Stats - Statistics about idempotency store usage
- Idempotent
Result - Result stored with idempotency key to prevent duplicate execution
- InMemory
Idempotency Store - In-memory idempotency store for development and testing
Enums§
- Idempotency
Error - Idempotency-related errors
- Idempotent
Execution Result - Execution result that can be stored for idempotency
Traits§
- Idempotency
Store - Trait for idempotency stores (in-memory, Redis, database, etc.)