diff --git a/python/python/glide/async_commands/server_modules/json.py b/python/python/glide/async_commands/server_modules/json.py index 9f439e0c9f..ea9bdcc34a 100644 --- a/python/python/glide/async_commands/server_modules/json.py +++ b/python/python/glide/async_commands/server_modules/json.py @@ -304,7 +304,7 @@ async def debug( if path: args.append(path) - return cast(Optional[Union[bytes, List[bytes]]], await client.custom_command(args)) + return cast(Optional[Union[int, List[int]]], await client.custom_command(args)) async def delete(