Configuration options for creating KeyValue model instances.
The namespace option allows you to create isolated key-value stores that don't
interfere with each other, even when using the same keys. This is essential for
organizing different types of data and preventing key collisions.
Configuration options for creating KeyValue model instances.
The namespace option allows you to create isolated key-value stores that don't interfere with each other, even when using the same keys. This is essential for organizing different types of data and preventing key collisions.
Example: Default Namespace
Example: Custom Namespace
Example: Namespace Conventions