|
|
|
|
|
by skyde
1392 days ago
|
|
Redis is not a database.
it doesn’t have proper transaction support. it’s basically a cache with a fancy API so you can incrementally update data structure instead of having to constantly write the whole thing you are trying to cache. |
|
If you mean “it doesn’t have every feature of Postgres” and behaves a little differently then sure but it absolutely is a database.