jacinle.storage.kv package¶
Submodules¶
jacinle.storage.kv.kv module¶
jacinle.storage.kv.lmdb module¶
jacinle.storage.kv.mem module¶
jacinle.storage.kv.memcached module¶
-
class
jacinle.storage.kv.memcached.MemcachedKVStore(addr: str, port: Union[str, int], readonly: bool = False)[source]¶ Bases:
jacinle.storage.kv.base.KVStoreBaseA memcached-based key-value store.
-
addr= None¶ The address of the memcached server.
-
available= None¶ Whether the memcached is available.
-
connection¶ The connection to the memcached server.
-
full_addr= None¶ The full address of the memcached server.
-
port= None¶ The port of the memcached server.
-