Ask a question to get started
Enter to sendā¢Shift+Enter new line
MongoDBByteStore( self, connection_string: str, db_name: str, collection_name: str, *,
BaseStore[str, bytes]
connection_string
str
MongoDB connection string
db_name
name to use
collection_name
collection name to use
client_kwargs
dict
None
Get the list of documents associated with the given keys.
Set the given key-value pairs.
Delete the given ids.
Yield keys in the store.
BaseStore implementation using MongoDB as the underlying store.
Keyword arguments to pass to the Mongo client