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
-
ha! Tell this to one of the architects I had worked before, who thought it's a great idea to make cache a mandatory part of the system, i.e. if anyone dropped all the keys in redis, the prod would be irrecoverable (y).
No, redis wasn't being used as DB. It was used as a cache.
And indeed, a few times devs were using PROD redis in DEV app.
Fun times!
Surprisingly, the system is still LIVE. -
sariel85343yIf your dev and prod "environments" use the same host you don't have two environments.
Related Rants
TIL don't rely too much on in memory databases if your client runs development and production environment on the same machine.
Just don't
rant
deploy
in memory
couchbase
docker