Installing

Install with pip:

pip install redis-completion

Install via git:

git clone https://github.com/coleifer/redis-completion.git
cd redis-completion
python setup.py install

Dependencies

redis-completion depends on the following libraries:

Also you will need to set up a Redis server if you do not have one running somewhere already. Information on that can be found on the project’s homepage.

Table Of Contents

Previous topic

redis-completion

Next topic

Getting Started

This Page