I'm doing research on use-cases of #Redis® or #valkey. And how developers are using those in their applications. Boost for more reach would be very nice.
cache
persistent storage
queue
other please 🧵👇
Poll ended at .
I'm doing research on use-cases of #Redis® or #valkey. And how developers are using those in their applications. Boost for more reach would be very nice.
@jaapio Apart from Session storage (as @mwop already wrote) it's also an awesome Projection Storage. To me, that's somewhere in the middle between cache and persistent storage: It's not a cache, as the code in question doesn't have a fallback to "fix" a miss. But it's also not persistent because in-memory.
I've been suggesting that as a lightning fast means to serve html content since like forever ;) #php