I have installed redis server and trying to use it through Python package redis==3.3.11(redis-py) md@md ~/.MINT18/code/python/redis-py $ python
Python 3.8.0 (default, 2019 Oct 14, 23:13:30)
[5.4.0 20160609 GCC] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import redis
>>...