Skip to content

Commit 8b59e83

Browse files
authored
doc: logo
1 parent a2e82a9 commit 8b59e83

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img alt="Redka" src="logo.svg" height="80" align="center">
2+
13
Redka aims to reimplement the good parts of Redis with SQLite, while remaining compatible with Redis protocol.
24

35
Notable features:
@@ -241,8 +243,6 @@ docker run --rm -p 6379:6379 -v /path/to/data:/data nalgeon/redka
241243
docker run --rm -p 6380:6380 nalgeon/redka redka -h 0.0.0.0 -p 6380
242244
```
243245

244-
Note that running in a container may result in poorer performance.
245-
246246
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.
247247

248248
```shell
@@ -418,6 +418,8 @@ GET: 56802.05 requests per second, p50=0.119 msec
418418

419419
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.
420420

421+
Note that running in a container may result in poorer performance.
422+
421423
## Roadmap
422424

423425
The project is on its way to 1.0.

logo.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)