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

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.10.tar.gz (210.3 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: aiokeydb-0.0.10.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.10.tar.gz
Algorithm Hash digest
SHA256 38067c67f9207c1afb5c4317a1859eb512845c64a6b16ef31684d61a012f5747
MD5 86c74365aa0314639b920feb3d911f35
BLAKE2b-256 016732e1778ef6e10c7e34ebc9642a823a366b3643cc09a1f6573933c83b904b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aiokeydb-0.0.10-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.10-py3-none-any.whl
Algorithm Hash digest
SHA256 b79e55449845005b8be44e234e25a5cb56a5e22d067fc107ffefb3cf9fdb8f38
MD5 fc9b33b38119e03639fcaad80d296f4a
BLAKE2b-256 6159287d01ce3a059c4215c09931448b890021319c2aff466c1e270a893be95a

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