Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Update devel.md to include note about aioredis-py as a port of redis-py.
Browse files Browse the repository at this point in the history
  • Loading branch information
seandstewart committed Mar 18, 2021
1 parent c2c678e commit d4487d2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/devel.md
@@ -1,5 +1,18 @@
# Contributing

## Preamble

`aioredis-py` is currently designed to be a full asyncio-native port of `redis-py`. As
such, our main focus is to keep in lockstep with feature and bug development on the part
of the `redis-py` library. As a rule of thumb:

1. If the issue is with connection management, it should be routed here.
2. If the issue is with an implementation of high-level clients (commands, pipelining,
locking, etc.) it should be routed to
[redis-py](https://github.com/andymccurdy/redis-py/issues)

## Getting Started

To start contributing you must read all the following.

First you must fork/clone repo from
Expand Down

0 comments on commit d4487d2

Please sign in to comment.