I need to store inserts in tables of a database in key value files (One relational table will be stored in a key-value file; one row of a table will be stored in a record of a key-value file). How can I achieve this in Redis?
↧
I need to store inserts in tables of a database in key value files (One relational table will be stored in a key-value file; one row of a table will be stored in a record of a key-value file). How can I achieve this in Redis?