This repository was archived by the owner on Feb 21, 2023. It is now read-only.
Incremental release
NEW:
- Pub/Sub connection commands accept
Channelinstances (see #168); - Implement new Pub/Sub MPSC (multi-producers, single-consumer) Queue --
aioredis.pubsub.Receiver(see #176); - Add
aioredis.abcmodule providing abstract base classes
defining interface for basic lib components (see #176); - Implement Geo commands support (see #177 and #179);
FIX:
- Minor tests fixes;
MISC: