StateVoicesNational / Spoke

mass-contact text/SMS distribution tool
Other
463 stars 403 forks source link

Fix getAsync + delAsync redis errors #2472

Closed mau11 closed 4 days ago

mau11 commented 5 days ago

Fixes # (issue)

Description

During the Node 20 update, redis was also updated and getAsync() + delAsync() functions were deprecated. In Spoke v14.1, we merged in older code that still contained these functions. This branch cleans them up and prevents errors like below:

Screenshot 2024-09-30 at 1 39 05 PM

Checklist: