AIORedis now integrated in Redis-py

This commit is contained in:
AllinolCP 2022-11-02 16:58:11 +07:00 committed by GitHub
parent 29180fe485
commit 641e55aa83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import os
import sys
from logging.handlers import RotatingFileHandler
import aioredis
from redis import asyncio as aioredis
from cacheout import Cache
from houdini import PenguinStringCompiler

View File

@ -1,5 +1,5 @@
asyncio
aioredis
redis
cacheout
gino
ujson