Separate MemoryStorageClient
and FilesystemStorageClient
#92
Labels
enhancement
New feature or request.
t-tooling
Issues with this label are in the ownership of the tooling team.
Description
Currently, we have a
MemoryStorageClient
, that can persist the data in the file system.Let's separate them,
FilesystemStorageClient
could probably extendMemoryStorageClient
Other related things
storage/models.py module
. Move them to the memory storage subpackage.The text was updated successfully, but these errors were encountered: