Skip to main content

Redis Server-Assisted Client-Side Caching in Python

Project description

Build Status Coverage

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

MIT

Project details


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

redis_sacsc-0.0.1-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

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

Hashes for redis-sacsc-0.0.1.tar.gz
Algorithm Hash digest
SHA256 475423a28113b1e6f9e3f95924a184f58b7cada8819d04ab1314aa5a87c7a7d6
MD5 7c3afb1630ba524de60ac2f8b2e4f3e4
BLAKE2b-256 05722cb87257611b8f450ae9eec4d3ef2e9b8b076b322a343873bc5abbb039e0

See more details on using hashes here.

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

Hashes for redis_sacsc-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 948e275a14a2646950653bcfc52a0eb8466fcc8dbf912d4a2f763eb0d6d8f1f7
MD5 0c18bd9c779df67be30ea40b3689da9a
BLAKE2b-256 59ffe3d6f9c04270efe465c615717ca829a82a4a675cc1aafeb5eccb6dfadf51

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page