@morningconsult/tcp-proxy
v0.0.3
Published
A Basic TCP Proxy Server
Downloads
5
Readme
tcp-proxy
A Basic TCP Proxy Server
Basic Redis Demo
Want to make a TCP proxy to redis? First, start the CLI
tcp-proxy --listen 6380 --port 6379
Then in another shell, run redis-benchmark
:
redis-benchmark -p 6380