Contents

redio 1.0.0

0

Redis async client for Trio

Redis async client for Trio

Stars: 20, Watchers: 20, Forks: 5, Open Issues: 1

The Tronic/redio repo was created 4 years ago and the last code push was 1 years ago. The project is not very popular with only 20 github stars!

How to Install redio

You can install redio using pip

pip install redio

or add it to a project with poetry

poetry add redio

Package Details

Author
L. Kärkkäinen
License
Homepage
https://github.com/Tronic/redio
PyPi:
https://pypi.org/project/redio/
GitHub Repo:
https://github.com/Tronic/redio

Classifiers

  • System/Networking
No  redio  pypi packages just yet.

Errors

A list of common redio errors.

Code Examples

Here are some redio code examples and snippets.

Related Packages & Articles

trio 0.25.0

A friendly Python library for async concurrency and I/O

odmantic 1.0.1

ODMantic, an AsyncIO MongoDB Object Document Mapper for Python using type hints

aredis 1.1.8

Python async client for Redis key-value store

sniffio 1.3.1

Sniff out which async library your code is running under

uvloop 0.19.0

Fast implementation of asyncio event loop on top of libuv

Twisted 24.3.0

An asynchronous networking framework written in Python