summaryrefslogtreecommitdiff
path: root/redis/commands/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/commands/core.py')
-rw-r--r--redis/commands/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands/core.py b/redis/commands/core.py
index 51f30d2..c245a7a 100644
--- a/redis/commands/core.py
+++ b/redis/commands/core.py
@@ -2553,7 +2553,7 @@ class ListCommands(CommandsProtocol):
self,
num_keys: int,
*args: List[str],
- direction: str = None,
+ direction: str,
count: Optional[int] = 1,
) -> Union[Awaitable[list], list]:
"""