Divyanshu Bhatnagar

Results 2 comments of Divyanshu Bhatnagar

Install and do `from flask_api and import FlaskAPI` from this module

Okay, so I managed to resolve this error by add decode_response = true to redis.StrictRedis.from_url function Here's what I changed > self._r = redis.StrictRedis.from_url(current_app.config['REDIS_URL']) has been changed to > self._r...