Skip to content

ImportError: BasePipeline with redis-3.2.1 #65

@benjaminweb

Description

@benjaminweb

With redis-3.2.1 (python library) I get the following error:

/usr/local/lib/python3.7/site-packages/redis_lua/script.py in <module>
     17 from functools import partial
     18 from redis.client import Script as RedisScript
---> 19 from redis.client import BasePipeline
     20
     21 from .exceptions import error_handler

ImportError: cannot import name 'BasePipeline' from 'redis.client' (/usr/local/lib/python3.7/site-packages/redis/client.py)

With redis-2.10.6 not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions