Skip to main content

Python client for KeyDB database and key-value store

Project description

aiokeydb-py

Important

v0.0.8 Fully Migrates away from aioredis to redis-py @ v4.3.4.

This inherits all API methods from redis-py to enforce compatability since deprecation of aioredis going forward

This fork of redis-py has some modified semantics, while attempting to replicate all the API methods of redis-py to avoid compatibility issues with underlying libraries that require a pinned redis version.

Notably, all async Classes and methods are prefixed by Async to avoid name collisions with the sync version.


Usage

from aiokeydb import KeyDB, AsyncKeyDB, from_url

sync_client = KeyDB()
async_client = AsyncKeyDB()

# Alternative methods
sync_client = from_url('keydb://localhost:6379/0')
async_client = from_url('keydb://localhost:6379/0', asyncio = True)

Project details


Release history Release notifications | RSS feed

This version

0.0.9

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiokeydb-0.0.9.tar.gz (210.3 kB view details)

Uploaded Source

Built Distribution

aiokeydb-0.0.9-py3-none-any.whl (231.4 kB view details)

Uploaded Python 3

File details

Details for the file aiokeydb-0.0.9.tar.gz.

File metadata

  • Download URL: aiokeydb-0.0.9.tar.gz
  • Upload date:
  • Size: 210.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for aiokeydb-0.0.9.tar.gz
Algorithm Hash digest
SHA256 b867746525adbf61a3aacbb21607338f20554ce3464ab3f99bc4b58f2d65ba6a
MD5 e0106ef5ce4ab22a08faab2a1e927410
BLAKE2b-256 43f6644da511325229f9cc2a848b7aa0e2f60ab9504577606de13dc4fecce7e6

See more details on using hashes here.

File details

Details for the file aiokeydb-0.0.9-py3-none-any.whl.

File metadata

  • Download URL: aiokeydb-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 231.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for aiokeydb-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 a710c2c8990c9cb6b9850610ba4d8102867b45ffede891d6939a4ec42621aa87
MD5 5a936237cf49429eeb82f7df6b60567e
BLAKE2b-256 a558b9521d0b69e3b816233b63fd4800abca53284d07841686e5f5e274bbbebd

See more details on using hashes here.

Supported by

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