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

https://github.com/stereodb/stereodb.redis


https://github.com/stereodb/stereodb.redis

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# StereoDB.Redis

Redis server for StereoDB

## API Protocols

- Don't know.

## Commands

Basic commands like SET/GET/ECHO and some technical information.
These commands supported over terminal too.

## Perf testing

```
docker run -it --rm redis redis-benchmark -h 172.30.112.1 -n 10000 -c 100 -t "ping,incr,set,get"
```