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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: aiokeydb-0.0.11.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.11.tar.gz
Algorithm Hash digest
SHA256 3b3564e079316328cda14e8de8933a9a9b8fa7f701a1d43494a8e99d256cd948
MD5 db68506b329e3f908b086a2507f82fb3
BLAKE2b-256 8486188143af2a4d9ec304da4a220ee7bb46c316127f5afbb09dac48d06cdc83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aiokeydb-0.0.11-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.11-py3-none-any.whl
Algorithm Hash digest
SHA256 4d36bf8ddb8e7eab1ce1b8495e7a1a385c31428603a1f6e738fd5a8f17802997
MD5 f4b00f25f86bfa266462db2862d0dda6
BLAKE2b-256 ec773e49a8447672115bd873474a46d17fbd4bfc04268c52e55bc6dbc0e4e3e9

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