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
You need to install the Redis client/server (https://redis.io/). Depending on you OS you maybe can install this directly by OS repository.