upstash / redis-js

HTTP based Redis Client for Serverless and Edge Functions
https://docs.upstash.com/redis
MIT License
666 stars 50 forks source link

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

Open bikevit2008 opened 1 month ago

bikevit2008 commented 1 month 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

ogzhanolguncu commented 3 weeks ago

That looks interesting. Can you share it?