You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When stops are updated via stopsctl, bus and tram sets in Redis shall be created. Each set shall contain ids of stop that were queried from each endpoint. Once departures from stop are requested these sets shall be consumed to see which endpoints must be queried. SISMEMBER shall be used which has O(1) complexity. This will allow to avoid querying endpoint which will always return 404 (stop not found).
The text was updated successfully, but these errors were encountered:
When stops are updated via stopsctl,
bus
andtram
sets in Redis shall be created. Each set shall contain ids of stop that were queried from each endpoint. Once departures from stop are requested these sets shall be consumed to see which endpoints must be queried. SISMEMBER shall be used which has O(1) complexity. This will allow to avoid querying endpoint which will always return 404 (stop not found).The text was updated successfully, but these errors were encountered: