In-memory store for any type of data.
InMemoryStore(
self,
)Get the values associated with the given keys.
Async get the values associated with the given keys.
Set the values for the given keys.
Async set the values for the given keys.
Delete the given keys and their associated values.
Async delete the given keys and their associated values.
Get an iterator over keys that match the given prefix.
Async get an iterator over keys that match the given prefix.