Skip to content

Commit

Permalink
Add badges to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
dzeban committed Apr 19, 2019
1 parent c3c1d92 commit 38273a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
redis-del-keys
==============

[![Release](https://img.shields.io/github/release/alexdzyoba/redis-del-keys.svg?style=flat-square)](https://github.com/alexdzyoba/redis-del-keys/releases/latest)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Travis](https://img.shields.io/travis/alexdzyoba/redis-del-keys.svg?style=flat-square)](https://travis-ci.org/alexdzyoba/redis-del-keys)

Delete keys in Redis by a pattern. Deletion is performed by doing [`SCAN`][scan]
and then invoking DEL in a [pipeline]. This allows you to delete the keys in a
non-blocking manner.
Expand Down

0 comments on commit 38273a0

Please sign in to comment.