storage
#
Storage is an implementation of key-value store.
Storage module provides implementations of various key-value stores that conform to a simple key-value interface.
The primary goal of these storages is to support caching.
Class hierarchy:
BaseStore --> <name>Store # Examples: MongoDBStore, RedisStore
Classes
|
Base class for the DataStax AstraDB data store. |
|
A ByteStore implementation using Cassandra as the backend. |
|
BaseStore implementation using MongoDB as the underlying store. |
|
BaseStore implementation using MongoDB as the underlying store. |
|
BaseStore implementation using Redis as the underlying store. |
|
Table used to save values. |
|
BaseStore interface that works on an SQL database. |
BaseStore implementation using Upstash Redis as the underlying store to store raw bytes. |
Functions
|
Deprecated classes
|
Deprecated since version 0.0.22: Use |
|
Deprecated since version 0.0.22: Use |
|
Deprecated since version 0.0.1: Use |