Remix.run Logo
hparadiz an hour ago

There's basically zero reason to use redis. Pretty much every rdbms like mariadb, postgres, etc is just as fast. So then why redis? It's basically needless complexity in your system.

robotresearcher 33 minutes ago | parent | next [-]

Postgres etc are more complex than Redis, are they not?

Does your argument assume you already have a database, so you might as well use it for your cache mechanism?

imp0cat an hour ago | parent | prev [-]

Security. More precisely, the ability to secure access to redis with a password.

hparadiz an hour ago | parent [-]

Okay but I can do that with any rdbms and I can secure memcached too lol. So what? How is redis better than a fixed length table in MySQL?