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 e100923 commit eebf4b0Copy full SHA for eebf4b0
redis/cluster.py
@@ -6,7 +6,7 @@
6
from collections import OrderedDict
7
from typing import Any, Callable, Dict, List, Optional, Tuple, Union
8
9
-from redis.backoff import default_backoff, NoBackoff
+from redis.backoff import default_backoff
10
from redis.client import CaseInsensitiveDict, PubSub, Redis, parse_scan
11
from redis.commands import READ_COMMANDS, CommandsParser, RedisClusterCommands
12
from redis.connection import ConnectionPool, DefaultParser, Encoder, parse_url
0 commit comments