> > > import redis > > > r = redis.StrictRedis(host='localhost', port=6379, db=0) as instructed in the readme file, I get this error: ```Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute 'StrictRedis'. just begining redis, i have this error, do have please any idea?