redis

Installation
SKILL.md

Redis 数据库管理

概述

Redis 命令、持久化、集群配置等技能。

连接管理

# 本地连接
redis-cli

# 远程连接
redis-cli -h hostname -p 6379
redis-cli -h hostname -p 6379 -a password

# 连接并选择数据库
redis-cli -n 1
Installs
56
GitHub Stars
47
First Seen
Jan 24, 2026
redis — chaterm/terminal-skills