Well you can use Redis indeed as a high performance NoSQL object database.
We are actually making a database connector for it with Server Connect actions to manipulate it.
It isn’t of course full replacement of a normal database, but useful for quick data stores server side.
Thanks for your input, can you give a quick example of something you’d want to put in the quick data stores server side and something that you’d still want to put in a normal database? @George
Hi @George. I have a huge need for this. As I understand it, the work on this functionality has changed the priority and you postponed it until better times?
Please describe in general terms how best to work with Redis from Wappler at the code level at the moment. Small code examples would help me a lot.
My goal is to save a fairly large array of complex data (multi-level arrays) received from a query to the database in a Redis in order to further do various manipulations with this array (filter it, add elements there, remove elements from there, etc.). And send the results of these manipulations to the client already. At the same time, it is necessary to store this data only while the user is working in the application, after which they can be deleted.