hmercanti / lab-agile-planning

0 stars 0 forks source link

Must persist counter across restarts #3

Closed hmercanti closed 1 month ago

hmercanti commented 2 months ago

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 database Counter will be stored as a name-value pair

Acceptance Criteria Given I have incremented the counter to 2 When I restart the service Then the counter should still return 2