Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertobandini/node-redis-example-4
Testing Redis high concurrency with ApacheBench
https://github.com/robertobandini/node-redis-example-4
Last synced: 18 days ago
JSON representation
Testing Redis high concurrency with ApacheBench
- Host: GitHub
- URL: https://github.com/robertobandini/node-redis-example-4
- Owner: robertobandini
- Created: 2020-11-22T17:51:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-28T19:32:33.000Z (about 4 years ago)
- Last Synced: 2024-11-17T20:49:02.550Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-redis-example-4
Testing Redis high concurrency with ApacheBench
In the previous example https://www.robertobandini.it/2020/11/15/an-example-of-redis-persistence-using-node-js-and-kubernetes/ we have seen how to use Kubernetes and Docker to deploy a Node.js microservice to interact with Redis, also showing in a basic way how Redis persistence works and how to scale up application’s microservice.
In this example we will test our application using ApacheBench.
This will show the applications behaviour when we have many requests and what happens in case of high concurrency with Redis.You can find any information on this post: https://www.robertobandini.it/2020/11/22/testing-redis-high-concurrency-with-apachebench/