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

https://github.com/anapsix/redis-test

Flood Redis with new KVs
https://github.com/anapsix/redis-test

Last synced: 4 months ago
JSON representation

Flood Redis with new KVs

Awesome Lists containing this project

README

          

# redis-test

Insert random 8 character hex key with random 512 character value into local Redis instance.

## Build
```
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/openssl/lib/pkgconfig
shards build
ls -la ./bin
```

## Usage
```
./bin/redis-test
# [CRTL-C] to stop
```