Class for storing and retrieving documents in memory asynchronously. Extends the Docstore class.
class InMemoryDocstoreDeletes multiple keys and their associated values from the Cassandra database.
Retrieves the values associated with an array of keys from the Cassandra database. It chunks requests for large numbers of keys to manage performance and Cassandra limitations.
Sets multiple key-value pairs in the Cassandra database. Each key-value pair is processed to ensure compatibility with Cassandra's storage requirements.
Yields keys from the Cassandra database optionally based on a prefix, based on the store's keyDelimiter. This method pages through results efficiently for large datasets.