I am using RedisJSON as module on top of Redis and I wonder how I can use a javascript object properly as a relational database.
Asked
Active
Viewed 30 times
0
-
Redis is not a relational database, it is a key-value database. – usuario Oct 11 '22 at 07:38
-
@usuario that's why I asked how we can use it as a relational db and I know it can be used as one. – Hypothesis Oct 11 '22 at 11:59