Add ci badge to README

This commit is contained in:
Roman Gershman 2021-12-21 11:07:29 +02:00
parent 1b52488ee9
commit 08767afa1e
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Dragonfly
[![ci-tests](https://github.com/romange/dragonfly/actions/workflows/ci.yml/badge.svg)](https://github.com/romange/dragonfly/actions/workflows/ci.yml)
A toy memory store that supports basic commands like `SET` and `GET` for both memcached and redis protocols. In addition, it supports redis `PING` command.
Demo features include: