]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/redis-cli/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / redis-cli / README.md
1 # Redis-CLI
2
3 This plugin adds [redis-cli](https://redis.io/topics/rediscli) completion, based off of Homebrew completion.
4
5 To use it, add `redis-cli` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... redis-cli)
9 ```
10
11 ## Requirements
12
13 In order to make this work, you will need to have redis installed.
14
15 More info on the usage and install: https://redis.io/topics/quickstart