已解决,谢谢! (问题也很旧)
要缓存您的数据,您可以执行以下步骤:
station_status
station_id
redisClient.setex(key, 600, JSON.stringify(fetchedData));