On 30.04.21 15:51, Juha Heinanen wrote:
Daniel,
I studied a bit topos_redis source and noticed that it lacks x_context td and tt keys.
Is there something else missing in order to make spirals work also when redis backend is in use?
The concept is a bit different for topos_redis on how the data is structured and indexed, I didn't get the time yet to look at it and see what is missing.
The idea was to try to optimize and tailor it for redis specific operation, otherwise you can try with topos+db_redis, which should give a more SQL-like approach and the columns in mysql tables should appear as attributes inside redis db. The db_redis was added after topos_redis, being generic and should be capable of replacing other db_* modules.
Cheers, Daniel