Interesting: SQLite is faster cache for reading than Redis when used locally: wafris.org/blog/rearchitecting

And Redis admits that: redis.io/docs/latest/operate/o

TLDR: cached FS operations are cheaper than IPC and Redis protocol processing