https://github.com/stereodb/stereodb.redis
https://github.com/stereodb/stereodb.redis
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stereodb/stereodb.redis
- Owner: StereoDB
- License: apache-2.0
- Created: 2024-08-22T14:39:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T08:57:48.000Z (over 1 year ago)
- Last Synced: 2025-10-28T17:43:55.234Z (8 months ago)
- Language: F#
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```