The devel/py-aiocache port
py3-aiocache-0.12.3p0 – asyncio cache manager for redis, memcached and memory
Description
Asyncio cache supporting multiple backends (memory, redis and
memcached).
This library aims for simplicity over specialization. All caches contain
the same minimum interface which consists on the following functions:
- add: Only adds key/value if key does not exist.
- get: Retrieve value identified by key.
- set: Sets key/value.
- multi_get: Retrieves multiple key/values.
- multi_set: Sets multiple key/values.
- exists: Returns True if key exists False otherwise.
- increment: Increment the value stored in the given key.
- delete: Deletes key and returns number of deleted items.
- clear: Clears the items stored.
- raw: Executes the specified command using the underlying client.
See example of usage here: https://github.com/aio-libs/aiocache
WWW: https://aiocache.aio-libs.org/
- Only for arches
-
aarch64
aarch64
alpha
amd64
amd64
arm
arm
hppa
i386
i386
mips64
mips64
mips64el
mips64el
powerpc
powerpc
powerpc64
powerpc64
riscv64
riscv64
sparc64
- Categories:
-
devel
lang/python
Library dependencies
Build dependencies
Run dependencies