We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7e14d commit 1f29a42Copy full SHA for 1f29a42
redis/commands/__init__.py
@@ -2,7 +2,7 @@
2
from .core import AsyncCoreCommands, CoreCommands
3
from .helpers import list_or_args
4
from .parser import CommandsParser
5
-from .redismodules import RedisModuleCommands, AsyncRedisModuleCommands
+from .redismodules import AsyncRedisModuleCommands, RedisModuleCommands
6
from .sentinel import AsyncSentinelCommands, SentinelCommands
7
8
__all__ = [
0 commit comments