my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
384 B

3 years ago
  1. # Redis-CLI
  2. This plugin adds [redis-cli](https://redis.io/topics/rediscli) completion, based off of Homebrew completion.
  3. To use it, add `redis-cli` to the plugins array in your zshrc file:
  4. ```zsh
  5. plugins=(... redis-cli)
  6. ```
  7. ## Requirements
  8. In order to make this work, you will need to have redis installed.
  9. More info on the usage and install: https://redis.io/topics/quickstart