From 176d990400da1549744af91da7accfb315831f92 Mon Sep 17 00:00:00 2001 From: Neo Hsu Date: Tue, 25 May 2021 10:12:36 +0800 Subject: [PATCH] feat: add redis-cli plugin (#409) --- README.md | 1 + plugins/redis-cli | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/redis-cli diff --git a/README.md b/README.md index a7eeb06..d02dc46 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ itself) to look for plugins. | Rclone | [johnlayton/asdf-rclone](https://github.com/johnlayton/asdf-rclone) | [![GitHub Actions Status](https://github.com/johnlayton/asdf-rclone/workflows/main/badge.svg?branch=master)](https://github.com/johnlayton/asdf-rclone/actions) | | Rebar | [Stratus3D/asdf-rebar](https://github.com/Stratus3D/asdf-rebar) | [![Build Status](https://travis-ci.org/Stratus3D/asdf-rebar.svg?branch=master)](https://travis-ci.org/Stratus3D/asdf-rebar) | | Redis | [smashedtoatoms/asdf-redis](https://github.com/smashedtoatoms/asdf-redis) | [![Build Status](https://github.com/smashedtoatoms/asdf-redis/workflows/Build/badge.svg?branch=master)](https://github.com/smashedtoatoms/asdf-redis/actions) | +| Redis-cli | [NeoHsu/asdf-redis-cli](https://github.com/NeoHsu/asdf-redis-cli) | [![Build](https://github.com/NeoHsu/asdf-redis-cli/workflows/Build/badge.svg)](https://github.com/neohsu/asdf-redis-cli/actions?query=workflow%3ABuild) | | redskyctl | [sudermanjr/asdf-redskyctl](https://github.com/sudermanjr/asdf-redskyctl) | [![Build Status](https://github.com/sudermanjr/asdf-redskyctl/workflows/master/badge.svg?branch=master)](https://github.com/sudermanjr/asdf-redskyctl/actions) | | Reg | [looztra/asdf-reg](https://github.com/looztra/asdf-reg) | [![Build Status](https://travis-ci.org/looztra/asdf-reg.svg?branch=master)](https://travis-ci.org/looztra/asdf-reg) | | richgo | [paxosglobal/asdf-richgo](https://github.com/paxosglobal/asdf-richgo) | [![Build Status](https://travis-ci.org/paxosglobal/asdf-richgo.svg?branch=master)](https://travis-ci.org/paxosglobal/asdf-richgo) | diff --git a/plugins/redis-cli b/plugins/redis-cli new file mode 100644 index 0000000..4cb3573 --- /dev/null +++ b/plugins/redis-cli @@ -0,0 +1 @@ +repository = https://github.com/NeoHsu/asdf-redis-cli.git