Open jules-ch opened 1 week ago
It'd be nice to have Redis, StrictRedis etc ... aliases for the asyncio module too.
>>> import valkey.asyncio as redis >>> redis.Redis AttributeError: module 'valkey.asyncio' has no attribute 'Redis'
I agree, thank you for pointing it out
It'd be nice to have Redis, StrictRedis etc ... aliases for the asyncio module too.