RedisLabs/spark-redis

Data missing after reload

Opened this issue · 0 comments

Hello,

For some reason, when I tried to save the data frame (tag ATZ) for the first time in DB 0, the action worked well, but when I tried to save another "table" or "key tag" like atz_a, the job finished as successful but when I try to see the data in some GUI or CLI the new data and the key are not appearing there.

image

So I can only save one TAG per Database; this is weird behaviour since when I'm not using this spark redis lib, the Redis works as I expect... multiples Tags per Database.

image