cmbahadir / FR24Analyzer

Predict the approach time of an aircraft to an airport, by using the gathered data from Flightradar24.
GNU General Public License v3.0
2 stars 2 forks source link

Store first appearance time in a Redis Set #2

Closed cmbahadir closed 5 years ago

cmbahadir commented 5 years ago

Check what happens if duplicate entry is tried to be added to the SET.

Key format;

flight:{flightid}

cmbahadir commented 5 years ago

Stored the first occurence time in a list.