Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
theuser48026y@bahua Performant indeed, although our experience the inhouse redis servers will sometimes crap out, which in turn leads me to have a a docker local redis on standby.
-
n3xus34406y@theuser never had it crap out before but it's quite simple hence the performance increase. Problem is people are using over complicated solutions now adays just because they don't want to make a simple feature.
-
bahua129056y@theuser
Yeah, I've been using it as the primary backend for several web apps I wrote, and it's always been rock-solid for me. I'm sorry you've had a bad experience. -
matste6456yHow to achieve transaction serializability?
Oracle: two phase locking
Postgres: serializable snapshot isolation
Redis: actual serial execution 🤷♂️
I love how the dumbest solution is often the correct one. -
So damn expensive tho. Our 30G redis literally cost $1000 pcm...unless you host it in house which needs so much care and love...
-
bahua129056y@dUcKtYpEd
It stores values, lists(ordered and unordered), hashes, and other structures. But those first four make it more than capable of everything for which I could possibly need a backend. -
JEEEEESUS FUCK...
I've been trying to remember that piece of shit software's name for weeks... Redis. Fucking REDIS! Anyway, thanks man... And congrats on your whatever.
Related Rants
-
iamroot14Want to Google io earlier this month and a senior director at Google game a presentation and used a chrome din...
-
romansemko4So I am running this crypto project that has dynamically generated private keys for a wallet stored in a Redis...
-
iamroot12"Google control is not privacy #savelocal news" this was flying over Google io
You know you are in silicon valley when you see an ad for redis
rant
google io
redis