|
|
|
|
|
by vundercind
636 days ago
|
|
You can connect to Redis over a local socket, no network overhead. Modern cloud architecture hates local sockets and wants to push everything to the network, but if you care about performance and are using Redis, that’s how you’d favor deploying & connecting to it. |
|
I think at some point we need to stop and think about the problem, and if an idea makes sense.
Even Redis has a disclaimer in their docs on how SQLite is faster due to the way it does not require network calls. The docs also explain how it's an apples-to-oranges comparison.
https://redis.io/docs/latest/operate/oss_and_stack/managemen...