The sharding-safe Redis keys owned by one node stream.
More...
#include <cpp/a11/stores/redis_chunk_store.h>
|
| std::vector< std::string > | ScriptKeys () const |
| | Keys in the stable order expected by the store's Lua state machine.
|
| |
|
| std::string | metadata |
| | Node state hash.
|
| |
| std::string | stream |
| | Ordered chunk/control Redis Stream.
|
| |
| std::string | sequence_index |
| | Sequence-to-stream-entry hash.
|
| |
| std::string | arrival_index |
| | Arrival-order-to-sequence hash.
|
| |
| std::string | blobs |
| | Encoded chunks stored outside stream fields.
|
| |
| std::string | events |
| | Pub/Sub invalidation channel for waiting readers.
|
| |
The sharding-safe Redis keys owned by one node stream.
◆ ScriptKeys()
| std::vector< std::string > a11::stores::RedisChunkStoreKeys::ScriptKeys |
( |
| ) |
const |
Keys in the stable order expected by the store's Lua state machine.
◆ operator==
◆ arrival_index
| std::string a11::stores::RedisChunkStoreKeys::arrival_index |
Arrival-order-to-sequence hash.
◆ blobs
| std::string a11::stores::RedisChunkStoreKeys::blobs |
Encoded chunks stored outside stream fields.
◆ events
| std::string a11::stores::RedisChunkStoreKeys::events |
Pub/Sub invalidation channel for waiting readers.
◆ metadata
| std::string a11::stores::RedisChunkStoreKeys::metadata |
◆ sequence_index
| std::string a11::stores::RedisChunkStoreKeys::sequence_index |
Sequence-to-stream-entry hash.
◆ stream
| std::string a11::stores::RedisChunkStoreKeys::stream |
Ordered chunk/control Redis Stream.
The documentation for this struct was generated from the following files: