djangoredis-clidjango-redis

installed django-redis in python virtualenv, redis-cli command not found


I just install django-redit using pip in my python virtualenv,but when I enter command redis-cli, it shows me redis-cli command not found.

I'm pretty much sure redis-cli has been installed sucessfully. need your help thx in advance


Solution

  • You need to install the Redis client/server (https://redis.io/). Depending on you OS you maybe can install this directly by OS repository.