Storage layout policy for RedisChunkStore.
More...
#include <cpp/a11/stores/redis_chunk_store.h>
|
| absl::Status | Validate () const |
| | Validate the key prefix and inline-data threshold.
|
| |
|
| std::string | key_prefix = "a11:" |
| | Prefix before the per-node Redis Cluster hash tag.
|
| |
| size_t | inline_data_threshold = 256 * 1024 |
| | Raw chunk bytes larger than this are moved to the separate blob hash.
|
| |
Storage layout policy for RedisChunkStore.
◆ FromEnvironment()
Read storage policy from the A11_REDIS_CHUNK_STORE_* environment values.
◆ Validate()
| absl::Status a11::stores::RedisChunkStoreOptions::Validate |
( |
| ) |
const |
Validate the key prefix and inline-data threshold.
◆ operator==
◆ inline_data_threshold
| size_t a11::stores::RedisChunkStoreOptions::inline_data_threshold = 256 * 1024 |
Raw chunk bytes larger than this are moved to the separate blob hash.
◆ key_prefix
| std::string a11::stores::RedisChunkStoreOptions::key_prefix = "a11:" |
Prefix before the per-node Redis Cluster hash tag.
The documentation for this struct was generated from the following files: