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.
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
@jaapio Late to the party. Big fan of redis for Session Storage, Cache and Queues.
Why? Redis is simple to host and deploy, does not take lot of resources works great if configured correctly for the different usecases.
A Redis for Cache should not be the same as the Redis for Queue as it should be configured differently.