stores# base Store Store.set() Store.get() Store.delete() Store.delete_all() Store.exists() Store.expires_in() NamespacedStore NamespacedStore.with_namespace() StorageObject StorageObject.new() StorageObject.expired StorageObject.expires_in StorageObject.to_bytes() StorageObject.from_bytes() file FileStore FileStore.__init__() FileStore.path FileStore.create_directories FileStore.with_namespace() FileStore.set() FileStore.get() FileStore.delete() FileStore.delete_all() FileStore.delete_expired() FileStore.exists() FileStore.expires_in() memory MemoryStore MemoryStore.__init__() MemoryStore.set() MemoryStore.get() MemoryStore.delete() MemoryStore.delete_all() MemoryStore.delete_expired() MemoryStore.exists() MemoryStore.expires_in() redis RedisStore RedisStore.__init__() RedisStore.with_client() RedisStore.with_namespace() RedisStore.set() RedisStore.get() RedisStore.delete() RedisStore.delete_all() RedisStore.exists() RedisStore.expires_in() registry StoreRegistry StoreRegistry.__init__() StoreRegistry.register() StoreRegistry.get()