Maelstromeous / ps2alerts-ws

The websocket server behind the website PS2Alerts.com
MIT License
0 stars 0 forks source link

Implement Redis Caching #21

Open Maelstromeous opened 8 years ago

Maelstromeous commented 8 years ago

We need to create a module which will handle the caching of data to prevent unnecessary queries to Census.

Things that will require caching:

Players

Maelstromeous commented 8 years ago

Going to use SetEx for 24 hours to keep data as fresh as possible.

Maelstromeous commented 8 years ago

Active Alerts caching implemented.

Maelstromeous commented 8 years ago

The Player and Outfit data is going to be shared with PS2Construction, so I'll have to make sure keys and format are consistent.