# Functions
NewContext prepares a context to be used with the memory implementation.
NewMemStore creates a new MemStore instance.
NewMultiMemStore creates a new MultiMemStore.
# Structs
MemStore is a in-memory store implementation using radix tree for fast prefix and suffix searches.
MultiMemStore is a in-memory store implementation using multiple MemStore to provide support for multiple databases and tables.