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

github.com/alphazero/Go-Redis

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/alphazero/Go-Redis

  • v0.0.0-20120924171622-a0637b154364
  • Source
  • Go
  • Socket score

Version published
Created
Source

Bench contains various benchmark applications for go-redis. filenames starting with 'go' (e.g. gosynchclient.go) bench the associated go-redis client using multiple connections for concurrent benchmarks.

  • important *

Benchmarks (as with the tests and other exmples) always use DBs 10 and/or 13 and assume you have set the password in redis.conf to "go-redis".

If you are using either DB 10 or 13 for your own data make sure you change the ConnectionSpec details in the benchmark files. These benchmarks, as with tests and examples, may repeatedly flush the connected db.

To build and run the bench, invoke the runbench cmd file with name of the benchmark file. Note that you must first build and install go-redis (redis package). See README in package dir for details.

i.e.: ./runbench

ex: runbench synchclient

FAQs

Package last updated on 24 Sep 2012

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