| ▲ | 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. | ||||||||
| ||||||||