Interesting: SQLite is faster cache for reading than Redis when used locally: https://wafris.org/blog/rearchitecting-for-sqlite
And Redis admits that: https://redis.io/docs/latest/operate/oss_and_stack/management/optimization/benchmarks/#pitfalls-and-misconceptions
TLDR: cached FS operations are cheaper than IPC and Redis protocol processing