diff --git a/docs/source/awesome-trio-libraries.rst b/docs/source/awesome-trio-libraries.rst index 875471a21..4a603960d 100644 --- a/docs/source/awesome-trio-libraries.rst +++ b/docs/source/awesome-trio-libraries.rst @@ -50,6 +50,7 @@ Database * `asyncakumuli `__ - Client for the `Akumuli `__ time series database. * `aio-databases `_ - Async Support for various databases (triopg, trio-mysql) * `peewee-aio `_ - Peewee Async ORM with trio support (triopg, trio-mysql). +* `coredis `_ - Fast, async, fully-typed Redis client with support for cluster and sentinel IOT @@ -83,6 +84,11 @@ Stream Processing * `Slurry `__ - Slurry is a microframework for building reactive, data processing applications with Trio. +Distributed Task Queue +---------------------- +* `streaQ `_ - Fast, async, fully-typed distributed task queue via Redis streams + + RPC --- * `purepc `__ - Native, async Python gRPC client and server implementation using anyio.