Hi, This is a feature request to be able to resume a previously started scan for the database with a large set of keys removed. With the current implementation, the key scanning starts from the beginning resulting (internally) in the tra...
def scan_iter( self, match: Union[PatternT, None] = None, count: Union[int, None] = None, _type: Union[str, None] = None, **kwargs, ) -> Iterator: # Do the first query with cursor=0 for all nodes cursors, data = self.scan(match=match, count=count, _type=_type, **kwarg...
Rebuilt broken method scan_iter. Previous tests was to small to detect the problem but is not corrected to work on a bigger dataset during the test of that method. (korvus81, Grokzen, RedWhiteMiko) Errors in pipeline that should be retried, like connection errors, moved, errors and ask ...
Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/rediscluster/nodemanager.py", line 226, in initialize cluster_slots = r.execute_command("cluster", "slots") File "/usr/local/lib/python3.7/site-packages/sentry_sdk/integrations/redis.py", line 101, in sentry...