Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Must persist counter across restarts #3

Open
korkmazalper opened this issue Sep 18, 2023 · 0 comments
Open

Must persist counter across restarts #3

korkmazalper opened this issue Sep 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@korkmazalper
Copy link
Owner

korkmazalper commented Sep 18, 2023

As a System Administrator
I need the service to persist the last known count
So that users do not loose track os their counts after the service is restarted

Details and Assumptions

  • WE will use a Redis Databade
  • Counter will be stored as 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
@korkmazalper korkmazalper self-assigned this Sep 18, 2023
@korkmazalper korkmazalper added help wanted Extra attention is needed enhancement New feature or request labels Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant