Basic Usage
Limitations
- String only: Both keys and values must be strings
- 1MB max: Values are limited to 1MB (UTF-8 encoded)
- No expiration: Values persist until explicitly deleted
- No atomic operations: No increment, decrement, or compare-and-swap
Simple distributed state storage