memcached
Version:
A fully featured Memcached API client, supporting both single and clustered Memcached servers through consistent hashing and failover/failure. Memcached is rewrite of nMemcached, which will be deprecated in the near future.
8 lines (5 loc) • 503 B
Markdown
## Benchmark
To run the benchmark, make sure you have the correct modules installed. We are using `benchmarkjs` as our benchmark engine. So make sure you have the following modules installed.
npm install benchmark
npm install microtime
To be able to run the benchmark code. Benchmarking should be executed on the latest Node.js versions. Want to have your own driver added to this benchmark? Make sure it's available in `npm`, fork this code, add your own module and issue a `pull request`.