From 8b59e83d322fd048a295db5c7a3fd618cb3402b5 Mon Sep 17 00:00:00 2001 From: Anton Zhiyanov Date: Sun, 7 Apr 2024 23:06:28 +0500 Subject: [PATCH] doc: logo --- README.md | 6 ++++-- logo.svg | 10 ++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 logo.svg diff --git a/README.md b/README.md index 3218050..0c41cf4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Redka + Redka aims to reimplement the good parts of Redis with SQLite, while remaining compatible with Redis protocol. Notable features: @@ -241,8 +243,6 @@ docker run --rm -p 6379:6379 -v /path/to/data:/data nalgeon/redka docker run --rm -p 6380:6380 nalgeon/redka redka -h 0.0.0.0 -p 6380 ``` -Note that running in a container may result in poorer performance. - Once the server is running, connect to it using `redis-cli` or an API client like `redis-py` or `go-redis` — just as you would with Redis. ```shell @@ -418,6 +418,8 @@ GET: 56802.05 requests per second, p50=0.119 msec So while Redka is 2-6 times slower than Redis (not surprising, since we are comparing a relational database to a key-value data store), it can still do 23K writes/sec and 57K reads/sec, which is pretty good if you ask me. +Note that running in a container may result in poorer performance. + ## Roadmap The project is on its way to 1.0. diff --git a/logo.svg b/logo.svg new file mode 100644 index 0000000..27b5110 --- /dev/null +++ b/logo.svg @@ -0,0 +1,10 @@ + + + + + + + + + +