Forums

Redis Client

Is there any way I can install the python Redis client? https://github.com/andymccurdy/redis-py

Oldie

I would have thought you could wither (a) use git to check it out, or (b) download redis as a zip file, and upload it to PythonAnywhere.

When it's uploaded (and unzipped) to PA, then you should be able to simply type 'python setup.py'.

It may also be possible to use pip or easyinstall.

Yup, pip install --user redis should do the job.