nrk/redis-lua

ImportError: BasePipeline with redis-3.2.1

benjaminweb opened this issue · 1 comments

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.