Skip to content

Commit 49cdf36

Browse files
docs: add comprehensive badges to README (#237)
- Add crates.io version and download badges - Add documentation badge - Add GitHub release badge - Add CI and security audit status badges - Add Docker Hub badge
1 parent 6361f79 commit 49cdf36

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# redisctl
22

3+
[![Crates.io](https://img.shields.io/crates/v/redisctl.svg)](https://crates.io/crates/redisctl)
4+
[![Downloads](https://img.shields.io/crates/d/redisctl.svg)](https://crates.io/crates/redisctl)
5+
[![Documentation](https://docs.rs/redisctl/badge.svg)](https://docs.rs/redisctl)
6+
[![GitHub Release](https://img.shields.io/github/v/release/joshrotenberg/redisctl)](https://github.com/joshrotenberg/redisctl/releases)
7+
[![License](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg)](https://github.com/joshrotenberg/redisctl#license)
8+
[![CI](https://github.com/joshrotenberg/redisctl/actions/workflows/ci.yml/badge.svg)](https://github.com/joshrotenberg/redisctl/actions/workflows/ci.yml)
9+
[![Security Audit](https://github.com/joshrotenberg/redisctl/actions/workflows/security.yml/badge.svg)](https://github.com/joshrotenberg/redisctl/actions/workflows/security.yml)
10+
[![Docker](https://img.shields.io/docker/v/joshrotenberg/redisctl?label=docker)](https://hub.docker.com/r/joshrotenberg/redisctl)
11+
312
A unified CLI for Redis Cloud and Redis Enterprise REST APIs with comprehensive async operation support.
413

514
## Features

0 commit comments

Comments
 (0)