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
As a Service Provider I need the service to persist the last known count So that So that users don't lose track of their counts after the service is restarted.
Details and Assumptions
we will use a redis database
counter will be sotred as name value pair
Acceptance Criteria
Given I have a incremented the counter to 2
When I restart the service
Then the counter is still 2
The text was updated successfully, but these errors were encountered:
As a Service Provider
I need the service to persist the last known count
So that So that users don't lose track of their counts after the service is restarted.
Details and Assumptions
Acceptance Criteria
The text was updated successfully, but these errors were encountered: