Skip to content

Commit

Permalink
doc: logo
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon authored Apr 7, 2024
1 parent a2e82a9 commit 8b59e83
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<img alt="Redka" src="logo.svg" height="80" align="center">

Redka aims to reimplement the good parts of Redis with SQLite, while remaining compatible with Redis protocol.

Notable features:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
10 changes: 10 additions & 0 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b59e83

Please # to comment.