RedisLabs / spark-redis

A connector for Spark that allows reading and writing to/from Redis cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How ttl works when SaveMode.Ignore

hyungryuk opened this issue · comments

Is ignored key's ttl also reset?

if dataframe exists in Redis - the entire save operation is ignored

@fe2s thanx a lot.
btw.. i just realized that Ignore mode also ignores dataframe key column when checking if the key exist.
so no matter key column value is, all rows with same tablename are ignored!