Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/cyub/redis-proxy

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/cyub/redis-proxy

  • v0.0.0-20220804133644-39489378c9b8
  • Source
  • Go
  • Socket score

Version published
Created
Source

redis-proxy

A redis proxy middleware implemented in go language, supports sharding by key

It only implements basic functions, just for testing and verification, without considering performance, and many places are imperfect

build

cd cmd/redis-proxy
go build -v .

run

./redis-proxy // listen at 6380 port

or 
./redis-proxy --port=6380 --cluster-addr=localhost:7000,localhost:7001

test

redis-cli -p 6380
or 
redis-benchmark -p 6380 -n 1000 -c 20

FAQs

Package last updated on 04 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc