diff --git a/redis/commands/core.py b/redis/commands/core.py index 8fbd0d9104..2c694e0c51 100644 --- a/redis/commands/core.py +++ b/redis/commands/core.py @@ -4927,7 +4927,7 @@ class HashCommands(CommandsProtocol): see: https://redis.io/topics/data-types-intro#redis-hashes """ - def hdel(self, name: str, *keys: List) -> Union[Awaitable[int], int]: + def hdel(self, name: str, *keys: str) -> Union[Awaitable[int], int]: """ Delete ``keys`` from hash ``name``