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
Since we need to use the calls to redis in multiple occasions ( #413 & #408 )
Create a single struct (sentry::db::campaign::CampaignRemaining) that handles the key & have all required calls we need for Redis (for creating & modifying campaign as well as Events recording).
This will remove duplicate logic and some error prone places (like having the redis key twice on 2 different locations)
The text was updated successfully, but these errors were encountered:
Since we need to use the calls to
redis
in multiple occasions ( #413 & #408 )Create a single struct (
sentry::db::campaign::CampaignRemaining
) that handles the key & have all required calls we need for Redis (for creating & modifying campaign as well as Events recording).This will remove duplicate logic and some error prone places (like having the redis key twice on 2 different locations)
The text was updated successfully, but these errors were encountered: