Redis Server-Assisted Client-Side Caching in Python
Project description
redis-sacsc
Redis Server-Assisted Client-Side Caching in Python
WARNING!
This feature is still in redis beta release, scheduled to be released in version 6
Features
- Fully typed with annotations and checked with mypy, PEP561 compatible
- Redis Server-Assisted Client-Side Caching
Installation
pip install redis-sacsc
Example
Showcase how your project can be used:
import redis
from redis_sacsc import Manager
pool = redis.ConnectionPool.from_url("redis://127.0.0.1:6379")
manager = Manager(pool, capacity=512)
redis_conn = manager.get_connection()
redis_conn.set('foo', 'bar')
redis_conn.get('foo')
# => 'bar'
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
redis-sacsc-0.0.1.tar.gz
(7.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file redis-sacsc-0.0.1.tar.gz.
File metadata
- Download URL: redis-sacsc-0.0.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.7.7 Darwin/17.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
475423a28113b1e6f9e3f95924a184f58b7cada8819d04ab1314aa5a87c7a7d6
|
|
| MD5 |
7c3afb1630ba524de60ac2f8b2e4f3e4
|
|
| BLAKE2b-256 |
05722cb87257611b8f450ae9eec4d3ef2e9b8b076b322a343873bc5abbb039e0
|
File details
Details for the file redis_sacsc-0.0.1-py3-none-any.whl.
File metadata
- Download URL: redis_sacsc-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.7.7 Darwin/17.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
948e275a14a2646950653bcfc52a0eb8466fcc8dbf912d4a2f763eb0d6d8f1f7
|
|
| MD5 |
0c18bd9c779df67be30ea40b3689da9a
|
|
| BLAKE2b-256 |
59ffe3d6f9c04270efe465c615717ca829a82a4a675cc1aafeb5eccb6dfadf51
|