We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
# anaconda prompt cd '\Program Files\Redis' # epa windows install redis-server --version redis-server redis.windows.conf
redis-cli.exe
redis 127.0.0.1:6379> SET foo bar OK redis 127.0.0.1:6379> KEYS * 1) "foo" redis 127.0.0.1:6379> GET foo "bar" redis 127.0.0.1:6379> QUIT
# anaconda prompt cd ...ubertool_ecorest celery -A celery_qed.tasks worker -Q sam -c 1 --loglevel=DEBUG -n sam_worker