·
7 commits
to main
since this release
Features
- Added flexible and clear logging for
test
command, so that it won't flood your termimal - Created "connection pool" kinda solution, where for each 200 requests it creates a new Client
- avoids buffer overflow (if using too many requests per Client)
- avoids TCP connection overuse (if using too many Clients for connections)
Well, now we can see true HandyDB vc Redis performance (with small logging overhead):
HandyDB testing 1 mil http set requests
> test set 1000000 http
Total time: 1.923722173s
Average time per set operation: 1.923µs
Number of different errors: 0