Support both sync and asyncio uses

This commit is contained in:
Andrew Brookins 2021-11-10 11:31:02 -08:00
parent ca6ae7d6e9
commit 5ab53c916c
10 changed files with 47 additions and 70 deletions

3
.gitignore vendored
View file

@ -133,4 +133,5 @@ data
.install.stamp
# Sync version of the library, via Unasync
redis_om/
redis_om/
tests_sync/