I have some streamed data by window time .
the result is sent to redis has an hset .
my problem is that each window iteration i can get different data from the stream and the earlier keys wont overwrite.
as you can see in the image i have some new and old values ...
Can i delete the hash before insert it by using flink ?