|
|
|
|
|
by Delomomonl
463 days ago
|
|
I don't get it I'm using redis only for temp state data like a session (when I can't use a jwt). Or when I have to scale and need a warmed up cache Is that bad now? I'm also wondering right now why there is no local cache with p2p self discovery and sync. Should be easier than deploying an extra piece of software. |
|
Why not use a regular database for this (can be as simple as an sqlite file, depending on your needs), or the default thingy that comes with your framework or programming language? This is built into everything I've ever used, no need to reinvent session storage or overengineer the situation with jwt or some other distributed cryptographic system and key management