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
- Host: GitHub
- URL: https://github.com/anapsix/redis-test
- Owner: anapsix
- Created: 2019-10-08T12:55:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T16:47:31.000Z (over 6 years ago)
- Last Synced: 2025-10-14T18:34:06.111Z (8 months ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```