From 4a4d97dcc1bdfe6dbf410fc46d1e16c06efa7389 Mon Sep 17 00:00:00 2001 From: laixintao Date: Fri, 28 Feb 2020 12:18:49 +0800 Subject: [PATCH] add iredis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 82bfeae..d4e3eed 100644 --- a/readme.md +++ b/readme.md @@ -180,6 +180,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [mycli](https://github.com/dbcli/mycli) - MySQL client with autocompletion and syntax highlighting. - [pgcli](https://github.com/dbcli/pgcli) - Postgres client with autocompletion and syntax highlighting. - [sqlline](https://github.com/julianhyde/sqlline) - Shell for issuing SQL via JDBC. +- [iredis](https://github.com/laixintao/iredis) - Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting. ### Devops