An open API service indexing awesome lists of open source software.

https://github.com/dicedb/membench

Tool to benchmark various in-mem databases for various operations.
https://github.com/dicedb/membench

Last synced: over 1 year ago
JSON representation

Tool to benchmark various in-mem databases for various operations.

Awesome Lists containing this project

README

          

membench
===

Membench is the tool to benchmark various in-mem databases for various operations.

1. make sure you have a running instance of Redis

```
$ docker start redis-server || docker run --name redis-server -d -p 6379:6379 redis
```

2. execute the following comamnd

```
$ make run-redis
```