redis / ioredis

🚀 A robust, performance-focused, and full-featured Redis client for Node.js.
MIT License
14.44k stars 1.2k forks source link

Cloudflare Workers(serverless) TCP socket fastest and more predictable speed #1903

Open bikevit2008 opened 4 months ago

bikevit2008 commented 4 months ago

Hi there! I did today wrapper for ioredis for Workers Cloudflare by TCP socket connections to Upstash. I can share it if you wanna :) Donates are great but not required! TCP of course faster than HTTPS, and speed more stable.

image There is best result https://js0p9wtps1v4i86ukzxqb8k2vm1blr94vs7opqqicl252zfhu6.borderless.art/benchmark_all?count=2

xlanex6 commented 2 months ago

Hi

Any repo and links still available ?