As a Service Provider
I need the service to persist the last known count
So that users don’t lose track of their counts after the service is restarted.
Details and Assumptions
we will use redis data base
Counter will be stored as a name-value pair
Acceptance Criteria
Given I have incremented the counter to 2
When I restarted the service
Then the counter should still return 2
As a Service Provider I need the service to persist the last known count So that users don’t lose track of their counts after the service is restarted.
Details and Assumptions
Counter will be stored as a name-value pair
Acceptance Criteria